summaryrefslogtreecommitdiffstats
path: root/cython/afc.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'cython/afc.pxi')
-rw-r--r--cython/afc.pxi3
1 files changed, 0 insertions, 3 deletions
diff --git a/cython/afc.pxi b/cython/afc.pxi
index ac9c927..1e2617a 100644
--- a/cython/afc.pxi
+++ b/cython/afc.pxi
@@ -66,9 +66,6 @@ cdef extern from "libimobiledevice/afc.h":
66 afc_error_t afc_make_link(afc_client_t client, afc_link_type_t linktype, char *target, char *linkname) 66 afc_error_t afc_make_link(afc_client_t client, afc_link_type_t linktype, char *target, char *linkname)
67 afc_error_t afc_set_file_time(afc_client_t client, char *path, uint64_t mtime) 67 afc_error_t afc_set_file_time(afc_client_t client, char *path, uint64_t mtime)
68 68
69cdef extern from *:
70 void free(void *ptr)
71
72cdef class AfcError(BaseError): 69cdef class AfcError(BaseError):
73 def __init__(self, *args, **kwargs): 70 def __init__(self, *args, **kwargs):
74 self._lookup_table = { 71 self._lookup_table = {