projects
/
itkacl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix a bug where max_updates_per_transaction would not be respected.
[itkacl]
/
itkacl-2.1
/
itkacl.h
1
#ifndef _ITKACL_H
2
#define _ITKACL_H
3
4
/*
5
* itkacl control library, version 0.1
6
*
7
* (C) 2004-2009 Steinar H. Gunderson
8
* GPL, v2.
9
*/
10
11
int itkacl_check(const char * const realm, const char * const user,
12
char *errmsg, size_t errmsg_size);
13
14
#endif /* !defined(_ITKACL_H) */