chiark / gitweb /
Add build system. Fix import.
[checkpath-python] / checkpath.pyx~
diff --git a/checkpath.pyx~ b/checkpath.pyx~
deleted file mode 100644 (file)
index 46ead15..0000000
+++ /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)
-