]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/volinfo.h
Merge from branch-2-1
[netatalk.git] / include / atalk / volinfo.h
index 5c7a59974b357663d356dadd856f42c96537cb89..bd8c2a76e1bacadd7c3f75e736a9f299bdc7c94f 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * $Id: volinfo.h,v 1.9 2009-12-01 16:36:14 franklahm Exp $
- */
-
 #ifndef _ATALK_VOLINFO_H
 #define _ATALK_VOLINFO_H 1
 
@@ -30,14 +26,12 @@ struct volinfo {
     charset_t           v_maccharset;
     int                 v_adouble;  /* default adouble format */
     int                 v_ad_options;
+    int                 v_vfs_ea;
     char                *(*ad_path)(const char *, int);
     char                *v_dbd_host;
-    int                 v_dbd_port;
+    char                *v_dbd_port;
 };
 
-extern const vol_opt_name_t vol_opt_names[];
-extern const vol_opt_name_t vol_opt_casefold[];
-
 extern int loadvolinfo(char *path, struct volinfo *vol);
 extern int savevolinfo(const struct vol *vol, const char *Cnid_srv, const char *Cnid_port);
 extern int vol_load_charsets(struct volinfo *vol);