aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-27 17:49:13 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-27 17:49:13 +1200
commitae241b32b4062a15d2fbdc1a225710b5e93c2873 (patch)
treec9e510b8277654ceb099ea25793e1375d5d546cf /common.h
parent0151fd3792e68c54b8eb776f8196e572cb7e8457 (diff)
downloadparamano-ae241b32b4062a15d2fbdc1a225710b5e93c2873.tar.xz
Naughty Phillid, underscore-prefixed variable names are bad!
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/common.h b/common.h
index 74036bb..d8af81f 100644
--- a/common.h
+++ b/common.h
@@ -22,11 +22,11 @@
#include <stdbool.h>
#include <stdio.h>
-int get_int_value_from_file(const char* filename);
-int get_int(const char* string);
-bool file_has_line(const char *filename, const char *line);
+int get_int_value_from_file(const char* filename);
+int get_int(const char* string);
+bool file_has_line(const char *filename, const char *line);
FILE* check_for_file(char* path);
-void chomp(char* string);
+void chomp(char* string);
// <ew> Stringification of line number
#define STRING2(x) #x