diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:18:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:18:28 +0000 |
commit | a2eeac503a433f3e6f03942477c728446c134c40 (patch) | |
tree | 5ca0e3dd6b86cf62fde31ec2b0761042a96780a5 /libiohelp | |
parent | e11f5838adb54220308a32342974457b337779e1 (diff) |
Formerly verify_user_conch.c.~4~
Diffstat (limited to 'libiohelp')
-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) { |