From 4a235243ee6838b2745d9b3e8999d29fa76c394a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 13 Sep 2010 10:54:34 +0200 Subject: facetron: Add options --- src/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/utils.h') 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 */ -- cgit v1.2.3