X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fglobals.h;h=ed450520f28d072f15a3bce4fc84fe371a33a285;hp=603b5caa6c6093ad7cfec5719aa81e25eef0bbb3;hb=d3dff4ba4b8db3131a16641d35a6554be5fb5160;hpb=3a84db87064922ad10ac10cc1d6833380e575995 diff --git a/include/atalk/globals.h b/include/atalk/globals.h index 603b5caa..ed450520 100644 --- a/include/atalk/globals.h +++ b/include/atalk/globals.h @@ -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 */