aft.c: Move definition of "buf" down a bit.
[paraslash.git] / string.h
index 26e54819cca591292ed4562531a4a29f506c2985..84101a873f66437c2304fa1af8f2b4ecadf385cc 100644 (file)
--- 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(charbuf);
+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);