]> andersk Git - splint.git/blobdiff - src/Headers/fileLib.h
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / Headers / fileLib.h
index e08dd54bdccde61443218a295dd56c9048e69672..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
@@ -40,9 +37,6 @@ extern /*@observer@*/ cstring
 /*@constant observer cstring C_EXTENSION; @*/
 # define C_EXTENSION cstring_makeLiteralTemp (".c")
 
-/*@constant observer cstring LHTMP_EXTENSION; @*/
-# define LHTMP_EXTENSION cstring_makeLiteralTemp (".lh_tmp")
-
 /*@constant observer cstring XH_EXTENSION;@*/
 # define XH_EXTENSION cstring_makeLiteralTemp (".xh")
 
This page took 0.035086 seconds and 4 git commands to generate.