summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/AFC.h b/src/AFC.h
index 909e8c3..7ed6bd8 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -50,7 +50,6 @@ struct afc_client_int {
50 AFCPacket *afc_packet; 50 AFCPacket *afc_packet;
51 int file_handle; 51 int file_handle;
52 int lock; 52 int lock;
53 int afcerror;
54 GMutex *mutex; 53 GMutex *mutex;
55}; 54};
56 55
@@ -86,4 +85,3 @@ enum {
86 AFC_OP_MAKE_LINK = 0x0000001C // MakeLink 85 AFC_OP_MAKE_LINK = 0x0000001C // MakeLink
87}; 86};
88 87
89static int afcerror_to_errno(int afcerror);