2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 15:51:44 +00:00
xNBA/src/include/url.h

11 lines
200 B
C
Raw Normal View History

2005-04-28 13:47:36 +00:00
#ifndef URL_H
#define URL_H
#include "proto.h"
#include "in.h"
2005-04-28 13:47:36 +00:00
extern int parse_url ( char *url, struct protocol **proto,
struct sockaddr_in *server, char **filename );
2005-04-28 13:47:36 +00:00
#endif /* URL_H */