aboutsummaryrefslogtreecommitdiff
path: root/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'strings.h')
-rw-r--r--strings.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/strings.h b/strings.h
deleted file mode 100644
index db3c3e1..0000000
--- a/strings.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef STRINGS_H
-#define STRINGS_H
-
-#include "db.h"
-
-
-uint16_t len(const char *s);
-
-bool sameStr(const char *s1, const char *s2);
-
-ssize_t strInTags(const char *tags, int n, const char *ndl, int m, char sep);
-
-
-#endif