mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-22 22:14:17 +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 */
|