X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/300a63912783f039c4df8be05542ce97786c3660..c6e0eaf00cd09a4e5237e70d8351049ec91d7653:/str.h diff --git a/str.h b/str.h index 9854a1b..1581e50 100644 --- a/str.h +++ b/str.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: str.h,v 1.2 1999/05/26 20:52:57 mdw Exp $ + * $Id: str.h,v 1.3 1999/12/10 23:42:04 mdw Exp $ * * Functions for hacking with strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: str.h,v $ + * Revision 1.3 1999/12/10 23:42:04 mdw + * Change header file guard names. + * * Revision 1.2 1999/05/26 20:52:57 mdw * Add new `rest' argument for `str_split'. * @@ -38,8 +41,8 @@ * */ -#ifndef STR_H -#define STR_H +#ifndef MLIB_STR_H +#define MLIB_STR_H #ifdef __cplusplus extern "C" {