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

11 lines
257 B
C
Raw Normal View History

2018-09-18 11:14:11 +08:00
#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