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

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

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

Revision 55 Revision 56
30extern "C" { 30extern "C" {
31#endif /* __cplusplus */ 31#endif /* __cplusplus */
32 32
33/* Always use psiconv_list, never struct psiconv_list */ 33/* Always use psiconv_list, never struct psiconv_list */
34/* No need to export the actual internal format */ 34/* No need to export the actual internal format */
35typedef struct psiconv_list *psiconv_list; 35typedef struct psiconv_list_s *psiconv_list;
36 36
37/* Before using a list, call list_new. It takes the size of a single element 37/* Before using a list, call list_new. It takes the size of a single element
38 as its argument. Always compute it with a sizeof() expression, just to be 38 as its argument. Always compute it with a sizeof() expression, just to be
39 safe. The returned list is empty. */ 39 safe. The returned list is empty. */
40extern psiconv_list psiconv_list_new(int element_size); 40extern psiconv_list psiconv_list_new(int element_size);

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

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