]> andersk Git - splint.git/blobdiff - src/Headers/cpplib.h
o Make lltok an abstract type, a pointer to structure instead of a plain
[splint.git] / src / Headers / cpplib.h
index cf8529bbfbc7837ad6d6ee790c74a6fcbc8bb8a7..28b3b91bc6f71361f61b8c3c06700773778ebc88 100644 (file)
@@ -537,8 +537,8 @@ struct if_stack {
 };
 typedef struct if_stack cppIfStackFrame;
 
-extern void cppBuffer_lineAndColumn (/*@null@*/ cppBuffer *, /*@out@*/ int *,
-                                    /*@out@*/ /*@null@*/ int *);
+extern void cppBuffer_getLineAndColumn (/*@null@*/ cppBuffer *, /*@out@*/ int *,
+                                       /*@out@*/ /*@null@*/ int *);
 extern /*@exposed@*/ /*@null@*/ cppBuffer *cppReader_fileBuffer (cppReader *);
 
 extern void cppReader_growBuffer (cppReader *, size_t);
This page took 0.075138 seconds and 4 git commands to generate.