Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Prototype mismatch in droplet/backend.h #112

Open
pozdnychev opened this issue Oct 3, 2012 · 1 comment
Open

Prototype mismatch in droplet/backend.h #112

pozdnychev opened this issue Oct 3, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@pozdnychev
Copy link
Contributor

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

@ghost ghost assigned pozdnychev Oct 3, 2012
@gnb
Copy link
Contributor

gnb commented Oct 24, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants