X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/abd7f89523564e5e238e5852585b98f72c3b48f4..a9ec328054b628447830161535f4915f715f49cd:/src/Headers/cstringSList.h diff --git a/src/Headers/cstringSList.h b/src/Headers/cstringSList.h index 03c51dd..c8f75a2 100644 --- a/src/Headers/cstringSList.h +++ b/src/Headers/cstringSList.h @@ -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);