diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/groupaccess.h')
-rw-r--r-- | usr/src/cmd/ssh/include/groupaccess.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/ssh/include/groupaccess.h b/usr/src/cmd/ssh/include/groupaccess.h index 19553054d5..bc40898888 100644 --- a/usr/src/cmd/ssh/include/groupaccess.h +++ b/usr/src/cmd/ssh/include/groupaccess.h @@ -3,8 +3,6 @@ #ifndef _GROUPACCESS_H #define _GROUPACCESS_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -38,6 +36,7 @@ extern "C" { int ga_init(const char *, gid_t); int ga_match(char * const *, int); +int ga_match_pattern_list(const char *); void ga_free(void); #ifdef __cplusplus |