]> andersk Git - splint.git/blobdiff - src/Headers/cstringSList.h
*** empty log message ***
[splint.git] / src / Headers / cstringSList.h
index 03c51dd9471dec5a11c16a4f6bdf192810fc6e95..c8f75a2b5bc23a9e7426d58d43c689602f4725b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -8,12 +8,12 @@
 
 typedef /*@observer@*/ cstring ob_cstring;
 
-abst_typedef /*@null@*/ struct s_cstringSList
+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.034292 seconds and 4 git commands to generate.