Load . into chkpath-python/trunk.
[checkpath-python] / checkpath.pyx~
CommitLineData
333870bb 1cdef extern from "checkpath.h":
2 struct checkpath:
3 ctypedef int uid_t
4 ctypedef int gid_t
5 uid_t cp_uid
6 gid_t cp_gid[]
7 int cp_gids
8 int cp_verbose
9 unsigned cp_what
10 void (*cp_report)(unsigned, int, char *, char *, void *)
11 void *cp_arg
12 int checkpath(char *path, checkpath *cp)
13 void checkpath_setids(checkpath *cp)
14