src/server/ucx/string.h

changeset 51
b28cf69f42e8
parent 36
450d2d5f4735
child 71
069c152f6272
--- a/src/server/ucx/string.h	Sat Jan 19 21:52:21 2013 +0100
+++ b/src/server/ucx/string.h	Thu Feb 28 20:00:05 2013 +0100
@@ -95,6 +95,7 @@
 sstr_t sstrdup(sstr_t s);
 
 // webserver extension
+int sstr_startswith(sstr_t string, sstr_t cmp);
 sstr_t sstrtrim(sstr_t string);
 sstr_t sstrdup_mp(UcxMempool *pool, sstr_t s);
 sstr_t sstrdup_pool(pool_handle_t *pool, sstr_t s);

mercurial