summaryrefslogtreecommitdiff
path: root/fileutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileutil.h')
-rw-r--r--fileutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileutil.h b/fileutil.h
index 88e59ae..06b43f8 100644
--- a/fileutil.h
+++ b/fileutil.h
@@ -4,6 +4,6 @@
void to_stdout(char *string);
void to_stderr(char *string);
void print_file(char *read_path);
-int main(int argc, char const *argv[]);
+int main(int argc, char *argv[]);
#endif \ No newline at end of file