Index: ossp-pkg/petidomo/libtext/text.h RCS File: /v/ossp/cvs/ossp-pkg/petidomo/libtext/text.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/petidomo/libtext/text.h,v' 2>/dev/null --- text.h 2000/12/13 17:37:56 1.3 +++ text.h 2000/12/15 17:27:27 1.4 @@ -25,6 +25,10 @@ #ifndef __LIB_TEXT_H__ #define __LIB_TEXT_H__ 1 +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include @@ -65,4 +69,8 @@ char * text_find_next_line(char *); char * text_find_string(char * buffer, char * string); +#ifdef __cplusplus +} // end extern "C" +#endif + #endif /* !__LIB_TEXT_H__ */