aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-13 10:54:34 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commit4a235243ee6838b2745d9b3e8999d29fa76c394a (patch)
tree6440b10da74abba99edeaa2dcc72bf440bc39c68 /src/utils.h
parentfcee934f899225e8e65aec86dea5106b7133c1a5 (diff)
facetron: Add options
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index a8d7aa2d..dfd1913f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -203,10 +203,16 @@ extern void union_op_items(ReflItemList *items, ReflItemList *newi);
extern void union_items(ReflItemList *items, ReflItemList *newi);
extern ReflItemList *intersection_items(ReflItemList *i1, ReflItemList *i2);
+
/* ------------------------------ Message macros ---------------------------- */
#define ERROR(...) fprintf(stderr, __VA_ARGS__)
#define STATUS(...) fprintf(stderr, __VA_ARGS__)
+/* ------------------------------ File handling ----------------------------- */
+
+extern char *check_prefix(char *prefix);
+
+
#endif /* UTILS_H */