]> andersk Git - openssh.git/blobdiff - groupaccess.h
- markus@cvs.openbsd.org 2001/06/26 17:27:25
[openssh.git] / groupaccess.h
index 01e394f691981fbb727768031431d7fb2acd9216..ede4805c2c24f0a964cdf515d20ec0e8c9bc4f57 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: groupaccess.h,v 1.3 2001/06/26 06:32:52 itojun Exp $  */
+/*     $OpenBSD: groupaccess.h,v 1.4 2001/06/26 17:27:23 markus Exp $  */
 
 /*
  * Copyright (c) 2001 Kevin Steves.  All rights reserved.
 
 #include <grp.h>
 
-/*
- * Initialize group access list for user with primary (base) and
- * supplementary groups.  Return the number of groups in the list.
- */
-int ga_init(const char *, gid_t);
-
-/*
- * Return 1 if one of user's groups is contained in groups.
- * Return 0 otherwise.  Use match_pattern() for string comparison.
- */
-int ga_match(char * const *, int);
-
-/*
- * Free memory allocated for group access list.
- */
-void ga_free(void);
+int     ga_init(const char *, gid_t);
+int     ga_match(char * const *, int);
+void    ga_free(void);
 
 #endif
This page took 0.03593 seconds and 4 git commands to generate.