7 lines
57 B
C
7 lines
57 B
C
#ifndef HTTP_H
|
|
#define HTTP_H
|
|
|
|
void httpSetup();
|
|
|
|
#endif
|
#ifndef HTTP_H
|
|
#define HTTP_H
|
|
|
|
void httpSetup();
|
|
|
|
#endif
|