This commit is contained in:
zhangchengwei
2018-09-18 11:14:11 +08:00
parent 48c8d6a659
commit d3bfd2a4b4
106 changed files with 32566 additions and 19 deletions

10
cache/tango_cache_xml.h vendored Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __TANGO_CACHE_XML_H__
#define __TANGO_CACHE_XML_H__
#include "tango_cache_client_in.h"
bool parse_uploadID_xml(const char *content, int len, char **uploadID);
int construct_complete_xml(struct tango_cache_ctx *ctx, char **xml, int *len);
#endif