mirror of
https://github.com/kissste/rtl8710_Raw_Packets.git
synced 2025-03-22 13:03:02 +00:00
9 lines
90 B
C
9 lines
90 B
C
|
#ifndef CGI_TEST_H
|
||
|
#define CGI_TEST_H
|
||
|
|
||
|
|
||
|
|
||
|
int cgiTestbed(HttpdConnData *connData);
|
||
|
|
||
|
#endif
|