From 4ebe4dc02550b9ccf667076c6e3843bffb3d57c4 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 2 Jan 2013 18:28:37 +0100 Subject: [PATCH] Forward declate struct vol --- include/atalk/unix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/atalk/unix.h b/include/atalk/unix.h index 067572ed..d3378ccb 100644 --- a/include/atalk/unix.h +++ b/include/atalk/unix.h @@ -26,6 +26,8 @@ #define NETATALK_DIOSZ_STACK 65536 #define NETATALK_DIOSZ_HEAP (1024*1024) +struct vol; + /* vfs/unix.c */ extern int netatalk_unlink(const char *name); extern int netatalk_unlinkat(int dirfd, const char *name); -- 2.39.2