/[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 76 Revision 78
489extern void psiconv_free_sketch_f(psiconv_sketch_f file); 489extern void psiconv_free_sketch_f(psiconv_sketch_f file);
490extern void psiconv_free_clipart_section(psiconv_clipart_section section); 490extern void psiconv_free_clipart_section(psiconv_clipart_section section);
491extern void psiconv_free_cliparts(psiconv_cliparts section); 491extern void psiconv_free_cliparts(psiconv_cliparts section);
492extern void psiconv_free_clipart_f(psiconv_clipart_f file); 492extern void psiconv_free_clipart_f(psiconv_clipart_f file);
493 493
494
495extern void psiconv_free_file(psiconv_file file); 494extern void psiconv_free_file(psiconv_file file);
495
496extern int psiconv_compare_color(const psiconv_color value1,
497 const psiconv_color value2);
498extern int psiconv_compare_font(const psiconv_font value1,
499 const psiconv_font value2);
500extern int psiconv_compare_border(const psiconv_border value1,
501 const psiconv_border value2);
502extern int psiconv_compare_bullet(const psiconv_bullet value1,
503 const psiconv_bullet value2);
504extern int psiconv_compare_tab(const psiconv_tab value1,
505 const psiconv_tab value2);
506extern int psiconv_compare_all_tabs(const psiconv_all_tabs value1,
507 const psiconv_all_tabs value2);
508extern int psiconv_compare_paragraph_layout
509 (const psiconv_paragraph_layout value1,
510 const psiconv_paragraph_layout value2);
511
512extern int psiconv_compare_character_layout
513 (const psiconv_character_layout value1,
514 const psiconv_character_layout value2);
515
496 516
497#ifdef __cplusplus 517#ifdef __cplusplus
498} 518}
499#endif /* __cplusplus */ 519#endif /* __cplusplus */
500 520

Legend:
Removed from v.76  
changed lines
  Added in v.78

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