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

#include "proto.h"
#include <gpxe/in.h>

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

#endif /* URL_H */