httpdirfs/test.h

8 lines
75 B
C
Raw Normal View History

2018-07-18 17:26:26 +02:00
#ifndef TEST_H
#define TEST_H
void url_test();
void gumbo_test();
2018-07-19 01:03:23 +02:00
2018-07-18 17:26:26 +02:00
#endif