Delete 'src/test.c'
junk file that slipped through. nothing important, it's just clutter.
This commit is contained in:
parent
16bb8591f8
commit
dacd0b5794
18
src/test.c
18
src/test.c
@ -1,18 +0,0 @@
|
||||
#include "headers.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
char *req;
|
||||
uri uris;
|
||||
int isntvalid = uri_parse(argv[1], &uris);
|
||||
|
||||
if(isntvalid)
|
||||
{
|
||||
printf("invalid uri\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
req = reqgen(&uris);
|
||||
printf("valid: %d\nproto: %s\nfqdn: %s\npath: %s\nreq: %s\n", isntvalid, uris.proto, uris.fqdn, uris.path, req);
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user