aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 2714ad3d..dac3b67f 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -199,6 +199,7 @@ int qstrcmp(const void *a, const void *b);
void create_uuid(char *uuid);
char *show_uuid(char *uuid);
char *next_printf(char *s, char **start);
+char *strnstr(char *line, char *str);
#define HR_SPACE 1 // Space between number and units
#define HR_B 2 // Use "B" for single byte units