diff options
Diffstat (limited to 's3_client.h')
| -rw-r--r-- | s3_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/s3_client.h b/s3_client.h index 43d4208..f42e549 100644 --- a/s3_client.h +++ b/s3_client.h @@ -11,6 +11,8 @@ void S3Client_put(const char *filename, const char *object_name); void S3Client_delete(const char *object_name); +void S3Client_clear(); + #ifdef __cplusplus } #endif |
