7 lines
63 B
C
7 lines
63 B
C
#ifndef HTTP_H
|
|
#define HTTP_H
|
|
|
|
void patrixHttpSetup();
|
|
|
|
#endif
|