X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-lib%2Furl.h;h=795c4d027445debb3cd2bdd14a2eda0920d44a83;hb=8c9ac00dc8d607d5caaf1f27022d07c8152981f9;hp=3078ebda8277d2003f15c063853f7dc94a1f647d;hpb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;p=apps%2Fmadmutt.git diff --git a/lib-lib/url.h b/lib-lib/url.h index 3078ebd..795c4d0 100644 --- a/lib-lib/url.h +++ b/lib-lib/url.h @@ -25,8 +25,6 @@ #ifndef MUTT_LIB_LIB_URL_H #define MUTT_LIB_LIB_URL_H -#include - typedef enum url_scheme { U_FILE, U_POP, @@ -54,6 +52,6 @@ char *url_decode(char *); url_scheme_t url_check_scheme (const char *s); int url_parse_ciss(ciss_url_t *ciss, char *src); -int url_ciss_tostring(ciss_url_t *ciss, char *dst, ssize_t len, int flags); +int url_ciss_tostring(const ciss_url_t *ciss, char *dst, ssize_t len, int flags); #endif /* MUTT_LIB_LIB_URL_H */