diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 77e143702..a6e26d191 100644 --- a/src/utils.h +++ b/src/utils.h @@ -103,4 +103,6 @@ void xpthread_mutex_destroy(pthread_mutex_t *mutex); void xpthread_cond_destroy(pthread_cond_t *cond); +int prefixcmp(const char *str, const char *prefix); + #endif |