summaryrefslogtreecommitdiff
path: root/cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp.h')
-rw-r--r--cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp.h b/cpp.h
index a3e295d..45c42ac 100644
--- a/cpp.h
+++ b/cpp.h
@@ -1,6 +1,6 @@
#ifndef CPP_H
#define CPP_H
-extern int cpp_exec(char *in_file, char *out_file, size_t out_len);
+extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char **argv);
#endif