]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.h
daemon: Kill get_loglevel_by_name().
[paraslash.git] / string.h
index 10379a0e83098f392e8653467b826925376eda15..79ccb67eacf6c4604223f92a120c72b3f698ea52 100644 (file)
--- 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);