X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.h;fp=string.h;h=79ccb67eacf6c4604223f92a120c72b3f698ea52;hb=58ba5f61771636a39077478e290a130457f1a4df;hp=10379a0e83098f392e8653467b826925376eda15;hpb=a0cd2ac59b891751067512dce77cf6223104932f;p=paraslash.git diff --git a/string.h b/string.h index 10379a0e..79ccb67e 100644 --- a/string.h +++ b/string.h @@ -84,7 +84,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);