which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
506 B
C
Executable File
27 lines
506 B
C
Executable File
/* os2acl.h
|
|
*
|
|
* Author: Kai Uwe Rommel <rommel@ars.de>
|
|
* Created: Fri Mar 29 1996
|
|
*/
|
|
|
|
/* $Id: os2acl.h,v 1.1.1.1 1997-10-20 15:50:42 alex Exp $ */
|
|
|
|
/*
|
|
* $Log: not supported by cvs2svn $
|
|
* Revision 1.1 1996/03/30 09:35:00 rommel
|
|
* Initial revision
|
|
*
|
|
*/
|
|
|
|
#ifndef _OS2ACL_H
|
|
#define _OS2ACL_H
|
|
|
|
#define ACL_BUFFERSIZE 4096
|
|
|
|
int acl_get(char *server, const char *resource, char *buffer);
|
|
int acl_set(char *server, const char *resource, char *buffer);
|
|
|
|
#endif /* _OS2ACL_H */
|
|
|
|
/* end of os2acl.h */
|