Pārlūkot izejas kodu

Added C++ compatibility

master
Nolan Clark pirms 9 gadiem
vecāks
revīzija
fc4e875977
1 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. +6
    -4
      src/xml.h

+ 6
- 4
src/xml.h Parādīt failu

@@ -30,7 +30,9 @@
#include <stdint.h>
#include <string.h>


#ifdef __cplusplus
extern "C" {
#endif

/**
* Opaque structure holding the parsed xml document
@@ -162,9 +164,9 @@ size_t xml_string_length(struct xml_string* string);
*/
void xml_string_copy(struct xml_string* string, uint8_t* buffer, size_t length);

#ifdef __cplusplus
}
#endif

#endif


Notiek ielāde…
Atcelt
Saglabāt