]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/locking.h
Fixes
[netatalk.git] / include / atalk / locking.h
index 5f88d88ecfc10f9f9234efbcd2cceabdc761985c..e1c1303aaeb6d0459118c3719357b46460307cc8 100644 (file)
 #include <sys/types.h>
 #include <inttypes.h>
 
-#include <atalk/adouble.h>
 #include <atalk/lockrpc.gen.h>
 
 #include "event2/event.h"
 #include "event2/http.h"
 #include "event2/rpc.h"
 
+struct adouble;
+
 extern int rpc_init(const char *addr, unsigned short port);
 extern int rpc_lock(struct adouble *, uint32_t eid, int type, off_t off, off_t len, int user);
 extern void rpc_unlock(struct adouble *, int user);