diff options
| author | David Bremner <david@tethera.net> | 2018-08-30 08:29:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-06 08:07:13 -0300 |
| commit | b8e6f042c57739cc2b183395a3f9dfd64a6eb3d2 (patch) | |
| tree | f945f27afd5713b6943a7b6e99c04a8babc32569 /util/string-util.h | |
| parent | 35053c2b9af0eb7ce5bd612c642163275490513a (diff) | |
util/string-util: export skip_space
It's only few lines, but we already define the function, so make it
usable elsewhere
Diffstat (limited to 'util/string-util.h')
| -rw-r--r-- | util/string-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/string-util.h b/util/string-util.h index 97770614..4c110a20 100644 --- a/util/string-util.h +++ b/util/string-util.h @@ -77,6 +77,8 @@ unsigned int strcase_hash (const void *ptr); void strip_trailing (char *str, char ch); +const char* skip_space (const char *str); + #ifdef __cplusplus } #endif |
