webfs: forgot to commit fns.h

front
cinap_lenrek 2011-10-06 05:44:07 +02:00
parent 4d696d4141
commit d58a409a12
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ void freeurl(Url*);
void rewriteurl(Url*);
int seturlquery(Url*, char*);
Url* copyurl(Url*);
char* escapeurl(char*, int(*)(int));
char* unescapeurl(char*);
char* escapeurl(char*, char *);
char* unescapeurl(char*, char *);
void initurl(void);
/* util.c */