X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fregex.h;h=992988974b89bc52b08dc90674e962d8b85db5b1;hb=156301aa8c7fd24d49ed27cfbd1afc10ccb7bc58;hp=885b6c40afca11ddeaa0493ab2f4094ed5156a70;hpb=a4f8b029b86d2ca1612a9c2e2795ccea27b15276;p=libucw.git diff --git a/ucw/regex.h b/ucw/regex.h index 885b6c40..99298897 100644 --- a/ucw/regex.h +++ b/ucw/regex.h @@ -23,6 +23,6 @@ typedef struct regex regex; regex *rx_compile(const char *r, int icase); void rx_free(regex *r); int rx_match(regex *r, const char *s); -int rx_subst(regex *r, const char *by, const char *src, char *dest, uns destlen); +int rx_subst(regex *r, const char *by, const char *src, char *dest, uint destlen); #endif