diff options
Diffstat (limited to 'src/mds-server.h')
-rw-r--r-- | src/mds-server.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mds-server.h b/src/mds-server.h index 12cd178..0658e12 100644 --- a/src/mds-server.h +++ b/src/mds-server.h @@ -94,9 +94,10 @@ int marshal_server(int fd); /** * Unmarshal the server's state from a pipe * - * @param fd The read end of the pipe + * @param fd The read end of the pipe + * @return Negative on error */ -void unmarshal_server(int fd); +int unmarshal_server(int fd); #endif |