mirror of
https://github.com/kissste/rtl8710_Raw_Packets.git
synced 2024-11-29 17:50:29 +00:00
8 lines
90 B
C
8 lines
90 B
C
#ifndef CGI_TEST_H
|
|
#define CGI_TEST_H
|
|
|
|
|
|
|
|
int cgiTestbed(HttpdConnData *connData);
|
|
|
|
#endif
|