X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fceph%2Fauth.h;h=374bb1c4ef52925a3ce3b55b829587503a0088fa;hb=34150d9bb17902347c4bd24bccb93c815d93d318;hp=1563265d209740aadc845d28c1389091c5249728;hpb=83652a39d724c20f050560f314b771a0289fd571;p=deliverable%2Flinux.git diff --git a/include/linux/ceph/auth.h b/include/linux/ceph/auth.h index 1563265d2097..374bb1c4ef52 100644 --- a/include/linux/ceph/auth.h +++ b/include/linux/ceph/auth.h @@ -104,7 +104,7 @@ extern int ceph_auth_build_hello(struct ceph_auth_client *ac, extern int ceph_handle_auth_reply(struct ceph_auth_client *ac, void *buf, size_t len, void *reply_buf, size_t reply_len); -extern int ceph_entity_name_encode(const char *name, void **p, void *end); +int ceph_auth_entity_name_encode(const char *name, void **p, void *end); extern int ceph_build_auth(struct ceph_auth_client *ac, void *msg_buf, size_t msg_len);