]> andersk Git - splint.git/blobdiff - src/Headers/fileLib.h
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / Headers / fileLib.h
index 9e69056ecf7316b6fba3e9a3a8f07be418a358a1..5168718d5b1aa14b683149f3b690b5470517c930 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.
 **
 */
@@ -19,7 +19,7 @@ extern cstring fileLib_withoutExtension (cstring p_s, cstring p_suffix) /*@*/ ;
 extern cstring fileLib_removePath (cstring p_s) /*@*/ ;
 extern cstring fileLib_removePathFree (/*@only@*/ cstring p_s) /*@*/ ;
 extern cstring fileLib_removeAnyExtension (cstring p_s) /*@*/ ;
-extern /*@only@*/ cstring fileLib_cleanName (/*@temp@*/ cstring p_s) /*@*/ ;
+extern /*@only@*/ cstring fileLib_cleanName (/*@only@*/ cstring p_s) /*@*/ ;
 extern bool fileLib_hasExtension (cstring p_s, cstring p_ext) /*@*/ ;
 
 extern /*@observer@*/ cstring
This page took 0.075212 seconds and 4 git commands to generate.