]> andersk Git - splint.git/blobdiff - src/Headers/llmain.h
Updated library headers to include some missing functions.
[splint.git] / src / Headers / llmain.h
index ed272003768b6e2c27c4ac5766eb41d73c55a78d..432428170f183a277aca666c65458e9e21e09b56 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-2001.
 ** See ../LICENSE for license information.
 **
 */
@@ -33,19 +33,16 @@ extern int main (int p_argc, char *p_argv[])
 extern /*@exits@*/ void llexit (int p_status);      
 extern void showHerald (void);
 
-/*@-redecl@*/
+/*@-redecl@*/ /*@-incondefs@*/
 extern int yyparse (void);
-extern void yyrestart (FILE *p_f);
+extern void yyrestart (/*@dependent@*/ FILE *);
 
 # ifndef NOLCL
 extern int ylparse (void);
 extern int lslparse (void);
 # endif
 
-/*@=redecl@*/
-
-/*@-incondefs@*/ /*@-redecl@*/
-extern /*@dependent@*/ FILE *yyin;
+extern /*:open:*/ /*@dependent@*/ FILE *yyin;
 /*@=incondefs@*/ /*@=redecl@*/
 
 
This page took 0.02963 seconds and 4 git commands to generate.