X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=string.h;h=a4cbdbeae8069bac5c1de41c55321faeb4f1bad1;hp=6c0ab61e7a9a66e91e3f654ac6197ff489fa08d5;hb=5018a2ca1307465db313bf336a3e1f79452c1c08;hpb=301b9cccfc5de2489b70a46850933ff688ed9732;ds=sidebyside diff --git a/string.h b/string.h index 6c0ab61..a4cbdbe 100644 --- a/string.h +++ b/string.h @@ -3,7 +3,6 @@ __must_check __malloc void *dss_malloc(size_t size); __must_check __malloc void *dss_calloc(size_t size); __must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...); __must_check __malloc char *dss_strdup(const char *s); -__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);