This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/cache/tango_cache_xml.h
zhangchengwei 0bfd49194e 创建
2018-10-08 19:33:01 +08:00

11 lines
257 B
C

#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