X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=include%2Fatalk%2Futil.h;fp=include%2Fatalk%2Futil.h;h=1a428bda88de08f5166f3bfe9c8c1176e92aaf4c;hb=6d60f95c388da5f8f901d67e0018cf4896e6c6dc;hp=7b1b10fbe5f1ef56201089a88beee5818659eb3c;hpb=5ab4f0463c00263b3d842f1e1a3648ecf35b4d65;p=netatalk.git diff --git a/include/atalk/util.h b/include/atalk/util.h index 7b1b10fb..1a428bda 100644 --- a/include/atalk/util.h +++ b/include/atalk/util.h @@ -15,7 +15,9 @@ #include #include #include + #include +#include /* exit error codes */ #define EXITERR_CLNT 1 /* client related error */ @@ -161,3 +163,9 @@ extern char *stripped_slashes_basename(char *p); extern int lchdir(const char *dir); extern void randombytes(void *buf, int n); #endif /* _ATALK_UTIL_H */ + +/****************************************************************** + * cnid.c + *****************************************************************/ + +extern bstring rel_path_in_vol(const char *path, const char *volpath);