diff options
-rw-r--r-- | libiohelp/verify_user_conch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiohelp/verify_user_conch.c b/libiohelp/verify_user_conch.c index 696eab83..f99f18b8 100644 --- a/libiohelp/verify_user_conch.c +++ b/libiohelp/verify_user_conch.c @@ -18,6 +18,8 @@ #include "ioserver.h" #include <errno.h> +/* Check to see if the user identified by USER has conch C; if not, + return an error, else, return 0. */ error_t verify_user_conch (struct conch *c, void *user) { |