]> andersk Git - splint.git/blobdiff - src/Headers/lclinit.h
*** empty log message ***
[splint.git] / src / Headers / lclinit.h
index 37bd8b999a376834efda53e54e26e4a133de058a..01bfa1ff1b21bb7929ebcfe9fdc7e9b87e4d3650 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -10,9 +10,8 @@
 
 typedef LSLInitRuleCode LCLInitRuleCode;
 
-extern void LCLProcessInitFile(void);
-
-extern void LCLProcessInitFileInit(void);
-extern void LCLProcessInitFileReset(void);
-extern void LCLProcessInitFileCleanup(void);
+extern void lclinit_process (void);
+extern void lclinit_initMod (void);
+extern void lclinit_reset (void);
+extern void lclinit_cleanup (void);
 
This page took 0.025263 seconds and 4 git commands to generate.