]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.h
Merge branch 'refs/heads/t/ll'
[paraslash.git] / string.h
index 08b9965f57d94b52a19dd231c38b2d53aabb824a..84b6f787924f18a805eea6b5d2730a4ffa230159 100644 (file)
--- 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);