Skip to content

Commit

Permalink
Fix typo in header file
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Oct 29, 2017
1 parent 3ba2a2c commit 2fcb14c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/nfsc/libnfs-raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -1484,9 +1484,9 @@ EXTERN int rpc_nfs2_lookup_async(struct rpc_context *rpc, rpc_cb cb,
* data is NULL.
*/
struct READLINK2args;
EXTERN int rpc_nfs32_readlink_async(struct rpc_context *rpc, rpc_cb cb,
struct READLINK2args *args,
void *private_data);
EXTERN int rpc_nfs2_readlink_async(struct rpc_context *rpc, rpc_cb cb,
struct READLINK2args *args,
void *private_data);

/*
* Call NFS2/READ
Expand Down

0 comments on commit 2fcb14c

Please sign in to comment.