forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
380 B
C
11 lines
380 B
C
--- src/url.h.orig 2008-08-29 15:51:58.000000000 +0400
|
|
+++ src/url.h 2009-03-23 03:49:40.000000000 +0300
|
|
@@ -60,7 +60,7 @@
|
|
struct url_t *new_url_t(const char *url);
|
|
void free_url_t(struct url_t *u);
|
|
void copy_url_t(struct url_t *url,struct url_t *srcurl);
|
|
-inline int is_url_valid_char(int c);
|
|
+int is_url_valid_char(int c);
|
|
void url_unescape_string(char *dst,char *src);
|
|
|
|
|