Droplet icon indicating copy to clipboard operation
Droplet copied to clipboard

Prototype mismatch in droplet/backend.h

Open pozdnychev opened this issue 13 years ago • 1 comments

dpl_list_bucket() takes a char **locatorp We should have the same proto in rest.c, etc.

pozdnychev avatar Oct 03 '12 15:10 pozdnychev

No, it doesn't. That function's signature is

dpl_status_t dpl_list_bucket(dpl_ctx_t _ctx, const char *bucket, const char *prefix, const char *delimiter, const int max_keys, dpl_vec_t *_objectsp, dpl_vec_t **common_prefixesp)

This issue looks like it could be closed.

gnb avatar Oct 24 '13 19:10 gnb