]> andersk Git - splint.git/blobdiff - src/Headers/fileLib.h
Fixed some splintme errors from the previous code change.
[splint.git] / src / Headers / fileLib.h
index d25aff397ec9ebc706cdf0996d6be3a7e1cdad67..cf0462ad561dcec4cdb6f69891d03e8dd5d273bb 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 (/*@temp@*/ cstring p_s) /*@*/ ;
 extern bool fileLib_hasExtension (cstring p_s, cstring p_ext) /*@*/ ;
 
 extern /*@observer@*/ cstring
This page took 0.03328 seconds and 4 git commands to generate.