new level test
[deeprace] / src / util.h
index 81047ca..1764fa0 100644 (file)
@@ -21,4 +21,6 @@ void *realloc_nf_impl(void *p, size_t sz, const char *file, int line);
 #define strdup_nf(s)   strdup_nf_impl(s, __FILE__, __LINE__)
 char *strdup_nf_impl(const char *s, const char *file, int line);
 
+int match_prefix(const char *str, const char *prefix);
+
 #endif /* UTIL_H_ */