]> andersk Git - splint.git/blobdiff - src/Headers/scan.h
*** empty log message ***
[splint.git] / src / Headers / scan.h
index 483e1fbce6342d7c18b3fbe6266689851f6ea2e9..fab57f108a60a8272a3542e9989d3bcc27a08642 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.
 **
 */
 extern unsigned int lsllex (YYSTYPE *p_lval);
 /*@=redecl@*/ /*@=type@*/ /*@=incondefs@*/
 
-extern ltoken LSLScanNextToken(void) /*@modifies internalState@*/ ;           
+extern /*@only@*/ ltoken LSLScanNextToken(void) /*@modifies internalState@*/ ;        
 extern void LSLScanFreshToken(ltoken p_tok) /*@modifies internalState@*/ ;
-extern /*@exposed@*/ tsource *LSLScanSource (void) /*@*/ ;        
+extern /*@exposed@*/ inputStream LSLScanSource (void) /*@*/ ;     
 extern void LSLScanInit (void) /*@modifies internalState@*/ ;
-extern void LSLScanReset (tsource *p_s) /*@modifies internalState@*/ ;
+extern void LSLScanReset (inputStream p_s) /*@modifies internalState@*/ ;
 extern void LSLScanCleanup (void) /*@modifies internalState@*/ ;
 
 
This page took 0.233731 seconds and 4 git commands to generate.