]> andersk Git - splint.git/blobdiff - src/Headers/qualList.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / qualList.h
index 38bab620afa5d2b5d3875d0998f3149b951a023e..68e2b688e8faab4c3bd6b0fdccbddaaccf44e73d 100644 (file)
@@ -37,6 +37,9 @@ extern bool qualList_isEmpty (/*@sef@*/ qualList p_s);
 # define qualList_isEmpty(s) (qualList_size(s) == 0)
 
 extern qualList qualList_new (void) /*@*/ ;
+
+extern qualList qualList_single (qual p_el) /*@*/ ;
+
 extern qualList qualList_add (/*@returned@*/ qualList p_s, qual p_el) 
    /*@modifies p_s@*/;
 
@@ -44,10 +47,8 @@ extern /*@only@*/ cstring qualList_unparse (qualList p_s) /*@*/ ;
 extern void qualList_free (/*@only@*/ qualList p_s) ;
 extern qualList qualList_appendList (/*@returned@*/ qualList p_s, qualList p_t);
 
-# ifndef NOLCL
 extern qualList qualList_copy (qualList p_s);
 extern /*@only@*/ cstring qualList_toCComments (qualList p_s);
-# endif
 
 extern void qualList_clear (qualList p_q);
 
This page took 2.301362 seconds and 4 git commands to generate.