]> andersk Git - splint.git/blobdiff - src/Headers/cstringSList.h
Merged this branch with the one in the splint.sf.net repository.
[splint.git] / src / Headers / cstringSList.h
index a1bf382847c9cd25e2be4ab96679e952eeb7c202..03c51dd9471dec5a11c16a4f6bdf192810fc6e95 100644 (file)
@@ -8,12 +8,12 @@
 
 typedef /*@observer@*/ cstring ob_cstring;
 
-struct s_cstringSList
+abst_typedef /*@null@*/ struct s_cstringSList
 {
   int      nelements;
   int      nspace;
   /*@reldef@*/ /*@relnull@*/ ob_cstring *elements;
-} ;
+} *cstringSList ;
 
 /*@constant null cstringSList cstringSList_undefined;@*/
 # define cstringSList_undefined ((cstringSList) NULL)
@@ -42,7 +42,7 @@ extern void cstringSList_alphabetize (cstringSList p_s);
 extern /*@observer@*/ cstring cstringSList_get (cstringSList p_s, int p_index) /*@*/ ;
 
 extern /*@only@*/ cstring cstringSList_unparseAbbrev (cstringSList p_s) /*@*/ ;
-extern /*@unused@*/ /*@only@*/ cstring cstringSList_unparse (cstringSList p_s) /*@*/ ;
+extern /*@unused@*/ /*@only@*/ cstring cstringSList_unparse (cstringSList p_s) ;
 extern void cstringSList_free (/*@only@*/ cstringSList p_s) ;
 
 extern void cstringSList_printSpaced (cstringSList p_s, size_t p_indent, size_t p_gap, int p_linelen);
This page took 0.032003 seconds and 4 git commands to generate.