]> andersk Git - splint.git/blobdiff - src/Headers/qualList.h
Fixed loading of rc files, warnrc and showscan.
[splint.git] / src / Headers / qualList.h
index 51f7f36f7bb5b682434ab5d500ea3c818fb9e9b8..8e80eb701d70acede7a695cd44585f805971af77 100644 (file)
@@ -5,7 +5,7 @@
 # ifndef QUALLIST_H
 # define QUALLIST_H
 
-abst_typedef /*@null@*/ struct _qualList
+abst_typedef /*@null@*/ struct 
 {
   int nelements;
   int free;
@@ -57,6 +57,16 @@ extern void qualList_clear (qualList p_q);
 extern bool qualList_hasAliasQualifier (qualList p_s);
 extern bool qualList_hasExposureQualifier (qualList p_s);
 
+/* start modifications */
+extern bool qualList_hasNullTerminatedQualifier(qualList p_s);
+
+extern bool qualList_hasBufQualifiers(qualList p_s);
+
+# define qualList_hasBufQualifiers(p_s) \
+  (qualList_hasNullTerminatedQualifier(p_s))
+
+/* end modification/s */
+
 # else
 # error "Multiple include"
 # endif
This page took 0.03518 seconds and 4 git commands to generate.