summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index bc21d2051f..fb1534469c 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -97,6 +97,7 @@ extern int dmalloc_free(const char *file, const int line, void *pnt,
void tor_strlower(char *s);
void tor_strupper(char *s);
int tor_strisprint(const char *s);
+int tor_strisnonupper(const char *s);
int strcmpstart(const char *s1, const char *s2);
int strcasecmpstart(const char *s1, const char *s2);
int strcmpend(const char *s1, const char *s2);