aboutsummaryrefslogtreecommitdiff
path: root/s3_worker.h
diff options
context:
space:
mode:
Diffstat (limited to 's3_worker.h')
-rw-r--r--s3_worker.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/s3_worker.h b/s3_worker.h
index 7d3d209..5e88ef5 100644
--- a/s3_worker.h
+++ b/s3_worker.h
@@ -1,12 +1,6 @@
#ifndef S3_WORKER_H_
#define S3_WORKER_H_
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern void *s3client;
-
typedef enum {
kUploadTask,
kDeleteTask,
@@ -33,14 +27,4 @@ void* s3_worker_main(void *);
void s3_worker_push(S3Task task);
-void s3client_init();
-
-void s3client_put(const char *filename, const char *object_name);
-
-void s3client_delete(const char *object_name);
-
-#ifdef __cplusplus
-}
-#endif
-
#endif