summaryrefslogtreecommitdiffstats
path: root/src/include/url.h
blob: add34e3976bff4b164de79ef5eee134db4d29076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef URL_H
#define URL_H

#include "proto.h"
#include "in.h"

extern int parse_url ( char *url, struct protocol **proto,
		       struct sockaddr_in *server, char **filename );

#endif /* URL_H */