|
@@ -181,6 +181,9 @@ int strcasecmpstart(const char *s1, const char *s2)
|
|
|
int strcmpend(const char *s1, const char *s2) ATTR_PURE ATTR_NONNULL((1,2));
|
|
int strcmpend(const char *s1, const char *s2) ATTR_PURE ATTR_NONNULL((1,2));
|
|
|
int strcasecmpend(const char *s1, const char *s2)
|
|
int strcasecmpend(const char *s1, const char *s2)
|
|
|
ATTR_PURE ATTR_NONNULL((1,2));
|
|
ATTR_PURE ATTR_NONNULL((1,2));
|
|
|
|
|
+int memcmpstart(const void *mem, size_t memlen,
|
|
|
|
|
+ const char *prefix) ATTR_PURE;
|
|
|
|
|
+
|
|
|
void tor_strstrip(char *s, const char *strip) ATTR_NONNULL((1,2));
|
|
void tor_strstrip(char *s, const char *strip) ATTR_NONNULL((1,2));
|
|
|
long tor_parse_long(const char *s, int base, long min,
|
|
long tor_parse_long(const char *s, int base, long min,
|
|
|
long max, int *ok, char **next);
|
|
long max, int *ok, char **next);
|