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