/[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 71 Revision 72
85 Returned is the actual number of elements added. This assumes the file 85 Returned is the actual number of elements added. This assumes the file
86 layout and the memory layout of elements is the same. Note that if 86 layout and the memory layout of elements is the same. Note that if
87 not enough memory could be allocated, 0 is simply returned. */ 87 not enough memory could be allocated, 0 is simply returned. */
88extern size_t psiconv_list_fread(psiconv_list l,size_t size, FILE *f); 88extern size_t psiconv_list_fread(psiconv_list l,size_t size, FILE *f);
89 89
90/* Concatenate two lists. The element sized does not have to be the same,
91 but the result may be quite unexpected if it is not. */
92int psiconv_list_concat(psiconv_list l, const psiconv_list extra);
93
90 94
91#ifdef __cplusplus 95#ifdef __cplusplus
92} 96}
93#endif /* __cplusplus */ 97#endif /* __cplusplus */
94 98

Legend:
Removed from v.71  
changed lines
  Added in v.72

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