X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.h;h=84b6f787924f18a805eea6b5d2730a4ffa230159;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=08b9965f57d94b52a19dd231c38b2d53aabb824a;hpb=fefff8660daa86834673fdcc284ebe5d02c1d37b;p=paraslash.git diff --git a/string.h b/string.h index 08b9965f..84b6f787 100644 --- a/string.h +++ b/string.h @@ -82,7 +82,6 @@ __malloc char *para_hostname(void); __printf_2_3 int para_printf(struct para_buffer *b, const char *fmt, ...); int para_atoi64(const char *str, int64_t *result); int para_atoi32(const char *str, int32_t *value); -int get_loglevel_by_name(const char *txt); int read_size_header(const char *buf); int create_argv(const char *buf, const char *delim, char ***result); int create_shifted_argv(const char *buf, const char *delim, char ***result);