From 01c591fb84dff8c481dc5dc59420300880e37fcc Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 9 Dec 2008 17:36:10 +0100 Subject: utils: moving stringFoundInStringArray() from decoder into utils --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 0990185e..e7594c26 100644 --- a/src/utils.h +++ b/src/utils.h @@ -108,4 +108,6 @@ void xpthread_mutex_destroy(pthread_mutex_t *mutex); void xpthread_cond_destroy(pthread_cond_t *cond); +int stringFoundInStringArray(const char *const*array, const char *suffix); + #endif -- cgit v1.2.3