diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ceph/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 104 | extern int ceph_handle_auth_reply(struct ceph_auth_client *ac, | 104 | extern int ceph_handle_auth_reply(struct ceph_auth_client *ac, |
| 105 | void *buf, size_t len, | 105 | void *buf, size_t len, |
| 106 | void *reply_buf, size_t reply_len); | 106 | void *reply_buf, size_t reply_len); |
| 107 | extern int ceph_entity_name_encode(const char *name, void **p, void *end); | 107 | int ceph_auth_entity_name_encode(const char *name, void **p, void *end); |
| 108 | 108 | ||
| 109 | extern int ceph_build_auth(struct ceph_auth_client *ac, | 109 | extern int ceph_build_auth(struct ceph_auth_client *ac, |
| 110 | void *msg_buf, size_t msg_len); | 110 | void *msg_buf, size_t msg_len); |
