]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/globals.h
fce: FCE version 2 with new event types and new config options
[netatalk.git] / include / atalk / globals.h
index 603b5caa6c6093ad7cfec5719aa81e25eef0bbb3..ed450520f28d072f15a3bce4fc84fe371a33a285 100644 (file)
@@ -157,6 +157,9 @@ typedef struct AFPObj {
     void (*exit)(int);
     int (*reply)(void *, int);
     int (*attention)(void *, AFPUserBytes);
+    int fce_version;
+    char *fce_ign_names;
+    char *fce_notify_script;
 } AFPObj;
 
 /* typedef for AFP functions handlers */