Skip to content

Commit

Permalink
doc/flux_mrpc(3): update func prototype
Browse files Browse the repository at this point in the history
Update for flux_mrpc_get_raw() prototype change.
  • Loading branch information
garlick committed Sep 27, 2017
1 parent 9cc3a8e commit 32e96cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/flux_mrpc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int flux_mrpc_get (flux_mrpc_t *mrpc, const char **json_str);
int flux_mrpc_getf (flux_mrpc_t *mrpc, const char *fmt, ...);
int flux_mrpc_get_raw (flux_mrpc_t *mrpc, void **data, int *len);
int flux_mrpc_get_raw (flux_mrpc_t *mrpc, const void **data, int *len);
int flux_mrpc_get_nodeid (flux_mrpc_t *mrpc, uint32_t *nodeid);
Expand Down

0 comments on commit 32e96cb

Please sign in to comment.