From: Ralph Boehme Date: Wed, 2 Jan 2013 17:28:37 +0000 (+0100) Subject: Forward declate struct vol X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=4ebe4dc02550b9ccf667076c6e3843bffb3d57c4 Forward declate struct vol --- 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);