mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-24 06:54:18 +00:00
7 lines
97 B
C
7 lines
97 B
C
|
#ifndef EXAMPLE_XML_H
|
||
|
#define EXAMPLE_XML_H
|
||
|
|
||
|
void example_xml(void);
|
||
|
|
||
|
#endif /* EXAMPLE_XML_H */
|