X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.h;h=84101a873f66437c2304fa1af8f2b4ecadf385cc;hb=f2f556689c3061959257a59690b1cfc3adaf7625;hp=26e54819cca591292ed4562531a4a29f506c2985;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;p=paraslash.git diff --git a/string.h b/string.h index 26e54819..84101a87 100644 --- a/string.h +++ b/string.h @@ -24,9 +24,8 @@ __must_check __malloc __printf_1_2 char *make_message(const char *fmt, ...); __must_check __malloc char *para_strcat(char *a, const char *b); __must_check __malloc char *para_dirname(const char *name); __must_check const char *para_basename(const char *name); -void chop(char* buf); +void chop(char *buf); __must_check __malloc char *para_tmpname(void); -__must_check int para_mkstemp(char *template, mode_t mode); __must_check __malloc char *para_logname(void); __must_check __malloc char *para_homedir(void); __must_check unsigned split_args(char *args, char *** const argv_ptr, const char *delim);