mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
dde1c5ad18
prototester.
11 lines
205 B
C
11 lines
205 B
C
#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 */
|