* support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
[fw/sdcc] / support / cpp2 / mkdeps.h
index fa79b86591b5ca0f9a133234e90809b51f332648..ceee017b3065b0319eef2fb652bcea9afa597cff 100644 (file)
@@ -27,6 +27,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    It's quite straightforward, but should be treated as opaque.  */
 
 struct deps;
+struct cpp_reader;
 
 /* Create a deps buffer.  */
 extern struct deps *deps_init  PARAMS ((void));
@@ -40,7 +41,7 @@ extern void deps_add_target   PARAMS ((struct deps *, const char *, int));
 
 /* Sets the default target if none has been given already.  An empty
    string as the default target in interpreted as stdin.  */
-extern void deps_add_default_target PARAMS ((struct deps *, const char *));
+extern void deps_add_default_target PARAMS ((struct cpp_reader *, const char *));
 
 /* Add a dependency (appears on the right side of the colon) to the
    deps list.  Dependencies will be printed in the order that they