wifidmm/src/httpd.h

7 lines
82 B
C

#ifndef _HTTPD_H_
#define _HTTPD_H_
void httpd_task(void *pvParameters);
#endif