httpdirfs/test.h

10 lines
114 B
C

#ifndef TEST_H
#define TEST_H
void url_test();
void gumbo_test(int argc, char **argv);
int http_test();
#endif