summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-07-13 22:01:07 +0000
committerBryan Ischo <bryan@ischo.com>2008-07-13 22:01:07 +0000
commit49c45ed9415c3575cc4772ae9fb699749fadd7b4 (patch)
tree8fc38092376a3e5247beeb92f78cb4f537e98196 /inc
parentfef3176ef390468761d0680d2f7dc7a96dfff6cd (diff)
downloadceph-libs3-49c45ed9415c3575cc4772ae9fb699749fadd7b4.tar.gz
* Work in progress, head object now implemented
Diffstat (limited to 'inc')
-rw-r--r--inc/libs3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index dc82f47..6338a78 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -1098,7 +1098,6 @@ void S3_get_object(S3BucketContext *bucketContext, const char *key,
// ifModifiedSince and ifUnmodifiedSince if > 0 will be used
void S3_head_object(S3BucketContext *bucketContext, const char *key,
- const S3GetConditions *getConditions,
S3RequestContext *requestContext,
S3ResponseHandler *handler, void *callbackData);