创建
This commit is contained in:
10
cache/tango_cache_xml.h
vendored
Normal file
10
cache/tango_cache_xml.h
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user