mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2025-02-21 19:55:18 +00:00
7 lines
101 B
C
7 lines
101 B
C
|
#ifndef EXAMPLE_MDNS_H
|
||
|
#define EXAMPLE_MDNS_H
|
||
|
|
||
|
void example_mdns(void);
|
||
|
|
||
|
#endif /* EXAMPLE_MDNS_H */
|