]> git.saurik.com Git - wxWidgets.git/blob - utils/Install/inczip/os2acl.h
applied pseudo-patch #103306
[wxWidgets.git] / utils / Install / inczip / os2acl.h
1 /* os2acl.h
2 *
3 * Author: Kai Uwe Rommel <rommel@ars.de>
4 * Created: Fri Mar 29 1996
5 */
6
7 /* $Id$ */
8
9 /*
10 * $Log$
11 * Revision 1.2 2000/07/15 19:50:44 cvsuser
12 * merged 2.2 branch
13 *
14 * Revision 1.1.2.1 2000/04/11 12:38:05 BS
15 * Added wxInstall a self extracting installation program using wxWindows.
16 *
17 * Revision 1.1 1996/03/30 09:35:00 rommel
18 * Initial revision
19 *
20 */
21
22 #ifndef _OS2ACL_H
23 #define _OS2ACL_H
24
25 #define ACL_BUFFERSIZE 4096
26
27 int acl_get(char *server, const char *resource, char *buffer);
28 int acl_set(char *server, const char *resource, char *buffer);
29
30 #endif /* _OS2ACL_H */
31
32 /* end of os2acl.h */