X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath-python/blobdiff_plain/333870bbf36270a9132707e1cb1aff9fc3ace8ab..ab147f752ccf1e2ed765ed025e3d0c6cc899e05a:/checkpath.pyx~ diff --git a/checkpath.pyx~ b/checkpath.pyx~ deleted file mode 100644 index 46ead15..0000000 --- a/checkpath.pyx~ +++ /dev/null @@ -1,14 +0,0 @@ -cdef extern from "checkpath.h": - struct checkpath: - ctypedef int uid_t - ctypedef int gid_t - uid_t cp_uid - gid_t cp_gid[] - int cp_gids - int cp_verbose - unsigned cp_what - void (*cp_report)(unsigned, int, char *, char *, void *) - void *cp_arg - int checkpath(char *path, checkpath *cp) - void checkpath_setids(checkpath *cp) -