mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-14 22:35:17 +00:00
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef EXAMPLE_HTTPD_H
|
||
|
#define EXAMPLE_HTTPD_H
|
||
|
|
||
|
void example_httpd(void);
|
||
|
|
||
|
#endif /* EXAMPLE_HTTPD_H */
|