]> andersk Git - splint.git/blobdiff - src/Headers/mtLoseReferenceList.h
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / Headers / mtLoseReferenceList.h
index a0ef72b29c90331583908e1b20c639b8fc9f7796..d051bf65b441277921946d6f6f48fe3534b6687f 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.
 **
 */
@@ -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.03281 seconds and 4 git commands to generate.