chiark / gitweb /
Infra: Ignore the COPYING file.
[mLib-python] / defs.pxi
index 2de0ab9c6dae25e538382b1af4827a784e8f82aa..4b1ecde5cd5e068dae062af8f2c37a269ec409e0 100644 (file)
--- a/defs.pxi
+++ b/defs.pxi
@@ -157,9 +157,10 @@ cdef extern from 'mLib/sym.h':
 cdef extern from 'mLib/str.h':
   enum:
     STRF_QUOTE
+    STRF_PREFIX
   char *str_qword(char **pp, unsigned f)
   size_t str_qsplit(char *p, char **v, size_t c, char **rest, unsigned f)
-  int str_match(char *p, char *s)
+  int str_matchx(char *p, char *s, unsigned f)
   void str_sanitize(char *d, char *p, size_t sz)
 
 #----- Form-urlencoding functions -------------------------------------------