--- psiconv/trunk/lib/psiconv/data.h 2000/11/30 20:09:13 54 +++ psiconv/trunk/lib/psiconv/data.h 2000/12/10 02:17:45 55 @@ -30,6 +30,11 @@ /* All types which end on _t are plain types; all other types are pointers to structs */ +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + typedef enum psiconv_file_type { psiconv_unknown_file, psiconv_word_file, @@ -476,5 +481,8 @@ extern void psiconv_free_file(psiconv_file file); +#ifdef __cplusplus +} +#endif /* __cplusplus */ #endif /* def PSICONV_DATA_H */