#ifndef URL_H #define URL_H #include "proto.h" #include extern int parse_url ( char *url, struct protocol **proto, struct sockaddr_in *server, char **filename ); #endif /* URL_H */