X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.h;h=6c0ab61e7a9a66e91e3f654ac6197ff489fa08d5;hb=301b9cccfc5de2489b70a46850933ff688ed9732;hp=187f1f404a52541c9a1e5070580bc9ca524c668e;hpb=ca8e8303a1a02a5795e484f50544a4c21a1676c0;p=dss.git diff --git a/string.h b/string.h index 187f1f4..6c0ab61 100644 --- a/string.h +++ b/string.h @@ -7,6 +7,8 @@ __printf_1_2 void make_err_msg(const char* fmt,...); __must_check __malloc char *get_homedir(void); int dss_atoi64(const char *str, int64_t *value); __must_check __malloc char *dss_logname(void); +__must_check unsigned split_args(char *args, char *** const argv_ptr, const char *delim); + /** \cond LLONG_MAX and LLONG_LIN might not be defined. */ #ifndef LLONG_MAX