X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=f946cf5effe5c6099b5849dc63baf2228aca51aa;hp=3c5872bcbeab7744d215b9b765d78e9cc72ab684;hb=97dd2fddbdb56005b16a1b0aa19ed15cd77269fc;hpb=263e1e1fae0dcae08d99dc06fd69391ad076f378 diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 3c5872b..f946cf5 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -1,3 +1,5 @@ +#ifndef _PDCLIB_GLUE_H +#define _PDCLIB_GLUE_H /* $Id$ */ /* OS glue functions declaration <_PDCLIB_glue.h> @@ -6,10 +8,8 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif +_PDCLIB_BEGIN_EXTERN_C /* -------------------------------------------------------------------------- */ /* OS "glue", part 2 */ @@ -73,5 +73,7 @@ int _PDCLIB_remove( const char * filename ); must still be accessible by old name. Any handling of open files etc. is done by standard rename() already. */ -int _PDCLIB_rename( const char * old, const char * new ); +int _PDCLIB_rename( const char * old, const char * newn); +_PDCLIB_END_EXTERN_C +#endif