summaryrefslogtreecommitdiff
path: root/groupaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'groupaccess.h')
-rw-r--r--groupaccess.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/groupaccess.h b/groupaccess.h
index ede4805c2..04b449894 100644
--- a/groupaccess.h
+++ b/groupaccess.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: groupaccess.h,v 1.4 2001/06/26 17:27:23 markus Exp $ */ 1/* $OpenBSD: groupaccess.h,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001 Kevin Steves. All rights reserved. 4 * Copyright (c) 2001 Kevin Steves. All rights reserved.
@@ -27,8 +27,6 @@
27#ifndef GROUPACCESS_H 27#ifndef GROUPACCESS_H
28#define GROUPACCESS_H 28#define GROUPACCESS_H
29 29
30#include <grp.h>
31
32int ga_init(const char *, gid_t); 30int ga_init(const char *, gid_t);
33int ga_match(char * const *, int); 31int ga_match(char * const *, int);
34void ga_free(void); 32void ga_free(void);