get rid of EOL spaces
[pandora-libraries.git] / include / pnd_tinyxml.h
1
2 #ifndef h_pnd_tinyxml_h
3 #define h_pnd_tinyxml_h
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8
9 unsigned char pnd_pxml_parse ( const char *pFilename, char *buffer, unsigned int length, pnd_pxml_t **apps );
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif