]> andersk Git - splint.git/blobdiff - src/Headers/uentryList.h
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / Headers / uentryList.h
index c736e16d5e631734dfb6af2180eee501362eadc1..bcee1ae20004d927a12d36f45d2f82014d3b9b35 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.
 */
 /*
@@ -58,6 +58,7 @@ extern cstring uentryList_unparseAbbrev (uentryList p_p) /*@*/ ;
 extern cstring uentryList_unparseParams (uentryList p_s) /*@*/ ;
 
 extern void uentryList_free (/*@only@*/ uentryList p_s) ;
+extern void uentryList_freeShallow (/*@only@*/ uentryList p_s) ;
 extern bool uentryList_isVoid (uentryList p_cl) /*@*/ ;
 extern /*@only@*/ uentryList uentryList_copy (uentryList p_s) /*@*/ ;
 extern void uentryList_fixMissingNames (uentryList p_cl) /*@modifies p_cl@*/ ;
@@ -92,6 +93,9 @@ extern bool uentryList_matchParams (uentryList p_p1, uentryList p_p2, bool p_for
 /*@constant int uentryListBASESIZE;@*/
 # define uentryListBASESIZE MIDBASESIZE
 
+/*@constant int uentryList_abbrevBreadth@*/
+# define uentryList_abbrevBreadth 3
+
 # else
 # error "Multiple include"
 # endif
This page took 0.030727 seconds and 4 git commands to generate.