X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/16fbe330a561bd994ed480a3389516d3a0684552..6cf8b42ef656435e85aa0013443a630c25302d70:/groupaccess.h diff --git a/groupaccess.h b/groupaccess.h index b0baccfb..000578e7 100644 --- a/groupaccess.h +++ b/groupaccess.h @@ -1,4 +1,4 @@ -/* $OpenBSD: groupaccess.h,v 1.6 2006/07/02 22:45:59 stevesk Exp $ */ +/* $OpenBSD: groupaccess.h,v 1.8 2008/07/04 03:44:59 djm Exp $ */ /* * Copyright (c) 2001 Kevin Steves. All rights reserved. @@ -27,10 +27,9 @@ #ifndef GROUPACCESS_H #define GROUPACCESS_H -#include - 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