/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 43 Revision 55
27#include "general.h" 27#include "general.h"
28#include "list.h" 28#include "list.h"
29 29
30/* All types which end on _t are plain types; all other types are pointers 30/* All types which end on _t are plain types; all other types are pointers
31 to structs */ 31 to structs */
32
33#ifdef __cplusplus
34extern "C" {
35#endif /* __cplusplus */
36
32 37
33typedef enum psiconv_file_type { 38typedef enum psiconv_file_type {
34 psiconv_unknown_file, 39 psiconv_unknown_file,
35 psiconv_word_file, 40 psiconv_word_file,
36 psiconv_texted_file, 41 psiconv_texted_file,
474extern void psiconv_free_clipart_f(psiconv_clipart_f file); 479extern void psiconv_free_clipart_f(psiconv_clipart_f file);
475 480
476 481
477extern void psiconv_free_file(psiconv_file file); 482extern void psiconv_free_file(psiconv_file file);
478 483
484#ifdef __cplusplus
485}
486#endif /* __cplusplus */
479 487
480#endif /* def PSICONV_DATA_H */ 488#endif /* def PSICONV_DATA_H */

Legend:
Removed from v.43  
changed lines
  Added in v.55

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26