From 6bfda18041dffeac373ad799b22b0aceaaf6039d Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sat, 28 May 2016 09:40:08 +0000 Subject: fuck if I know. I'm tired. moved the magic stuff to url.c. --- url.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'url.h') diff --git a/url.h b/url.h index 5e9bea8..625f0b1 100644 --- a/url.h +++ b/url.h @@ -1,5 +1,6 @@ #ifndef URL_H #define URL_H + struct url { char *scheme; char *username; @@ -11,5 +12,6 @@ struct url { char *fragment_id; }; -void urlfromline(struct url *u,char *line); +void urlfromline(struct url *,char *); +void magic_and_defaults(struct url *); #endif -- cgit v1.2.3