瀏覽代碼

Added C++ compatibility

master
Nolan Clark 9 年之前
父節點
當前提交
fc4e875977
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. +6
    -4
      src/xml.h

+ 6
- 4
src/xml.h 查看文件

@@ -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


Loading…
取消
儲存