]> andersk Git - gssapi-openssh.git/blobdiff - openssh/groupaccess.h
release new patch today
[gssapi-openssh.git] / openssh / groupaccess.h
index 000578e76461df6ccbef1dcad35f3399f40ac68d..ede4805c2c24f0a964cdf515d20ec0e8c9bc4f57 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: groupaccess.h,v 1.8 2008/07/04 03:44:59 djm Exp $ */
+/*     $OpenBSD: groupaccess.h,v 1.4 2001/06/26 17:27:23 markus Exp $  */
 
 /*
  * Copyright (c) 2001 Kevin Steves.  All rights reserved.
 #ifndef GROUPACCESS_H
 #define GROUPACCESS_H
 
+#include <grp.h>
+
 int     ga_init(const char *, gid_t);
 int     ga_match(char * const *, int);
-int     ga_match_pattern_list(const char *);
 void    ga_free(void);
 
 #endif
This page took 0.03337 seconds and 4 git commands to generate.