]> andersk Git - splint.git/blobdiff - src/Headers/fileLib.h
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / Headers / fileLib.h
index d25aff397ec9ebc706cdf0996d6be3a7e1cdad67..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.
 **
 */
@@ -16,13 +16,10 @@ extern bool fileLib_isCExtension (cstring p_ext) /*@*/ ;
 extern cstring fileLib_addExtension (cstring p_s, cstring p_suffix);
 extern cstring fileLib_withoutExtension (cstring p_s, cstring p_suffix) /*@*/ ;
 
-# ifndef NOLCL
 extern cstring fileLib_removePath (cstring p_s) /*@*/ ;
-# endif
-
 extern cstring fileLib_removePathFree (/*@only@*/ cstring p_s) /*@*/ ;
 extern cstring fileLib_removeAnyExtension (cstring p_s) /*@*/ ;
-extern cstring fileLib_cleanName (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.03169 seconds and 4 git commands to generate.