summaryrefslogtreecommitdiff
path: root/cache/src/tango_cache_xml.h
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-12-29 14:39:03 +0800
committerfengweihao <[email protected]>2023-12-29 14:39:03 +0800
commitced991b4a0569f52fbae33aa8ce15c9d4ea6bda7 (patch)
treef28257f66772f6dcdf130d82272054dddfe6dc59 /cache/src/tango_cache_xml.h
parentb011a9268042db22cc54ca8171640dbfb2ab617c (diff)
TSG-18286 Proxy支持虚拟表表名变更,删除代理本地缓存,删除tsg-http相关配置v4.8.56-20231229
Diffstat (limited to 'cache/src/tango_cache_xml.h')
-rw-r--r--cache/src/tango_cache_xml.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cache/src/tango_cache_xml.h b/cache/src/tango_cache_xml.h
deleted file mode 100644
index 43543dc..0000000
--- a/cache/src/tango_cache_xml.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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);
-void construct_complete_xml(struct tango_cache_ctx *ctx, char **xml, int *len);
-void construct_multiple_delete_xml(const char *bucket, char *key[], u_int32_t num, int is_hash, char **xml, size_t *len);
-bool parse_multidelete_xml(const char *xml, int len, u_int32_t *errnum, char *errstr, int size);
-
-#endif
-