]> andersk Git - splint.git/blobdiff - src/Headers/mtLoseReferenceList.h
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / Headers / mtLoseReferenceList.h
index 8d881a91e9cf7b1b0b3a1e3eb005d203276740d0..d051bf65b441277921946d6f6f48fe3534b6687f 100644 (file)
@@ -32,14 +32,14 @@ extern cstring mtLoseReferenceList_unparseSep (mtLoseReferenceList p_s, cstring
 
 extern /*@unused@*/ /*@only@*/ mtLoseReferenceList mtLoseReferenceList_new (void) /*@*/ ;
 
-extern /*@only@*/ mtLoseReferenceList mtLoseReferenceList_single (/*@keep@*/ mtLoseReference p_el) /*@*/ ;
+extern /*@only@*/ mtLoseReferenceList mtLoseReferenceList_single (/*@only@*/ mtLoseReference p_el) /*@*/ ;
 
 extern mtLoseReferenceList 
-  mtLoseReferenceList_add (/*@returned@*/ mtLoseReferenceList p_s, /*@keep@*/ mtLoseReference p_el) 
+  mtLoseReferenceList_add (/*@only@*/ mtLoseReferenceList p_s, /*@only@*/ mtLoseReference p_el) 
   /*@modifies p_s@*/ ;
 
 extern mtLoseReferenceList 
-  mtLoseReferenceList_prepend (/*@returned@*/ mtLoseReferenceList p_s, /*@keep@*/ mtLoseReference p_el) 
+  mtLoseReferenceList_prepend (/*@only@*/ mtLoseReferenceList p_s, /*@only@*/ mtLoseReference p_el) 
   /*@modifies p_s@*/ ;
 
 extern /*@unused@*/ /*@only@*/ cstring mtLoseReferenceList_unparse (mtLoseReferenceList p_s) ;
This page took 0.084892 seconds and 4 git commands to generate.