diff options
author | Viliam Mateicka <viliam.mateicka@gmail.com> | 2008-12-09 17:36:10 +0100 |
---|---|---|
committer | Viliam Mateicka <viliam.mateicka@gmail.com> | 2008-12-09 17:36:10 +0100 |
commit | 01c591fb84dff8c481dc5dc59420300880e37fcc (patch) | |
tree | 2954a437ddcddf31206a874d6c68e63811133566 /src/utils.h | |
parent | e61ba50ebd77e992f36deddb7f579c090eff0995 (diff) | |
download | mpd-01c591fb84dff8c481dc5dc59420300880e37fcc.tar.gz mpd-01c591fb84dff8c481dc5dc59420300880e37fcc.tar.xz mpd-01c591fb84dff8c481dc5dc59420300880e37fcc.zip |
utils: moving stringFoundInStringArray() from decoder into utils
Diffstat (limited to 'src/utils.h')
-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 0990185ee..e7594c261 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 |