11 lines
93 B
C
11 lines
93 B
C
#ifndef HTTP_H
|
|
#define HTTP_H
|
|
|
|
void httpSetup();
|
|
|
|
void httpLoop();
|
|
|
|
void httpStop();
|
|
|
|
#endif
|