X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=etc%2Fafpd%2Fstatus.h;h=260ca852a1dbaec6ba6aec606a4fd5250e81852e;hb=be96d276348da0a7e66eeec844b306e8a5fa8fac;hp=0db90fd5d3434748c48c3b76d49d9ff79256e7e9;hpb=cb8de5b604041071f3454dd8df97295544caba59;p=netatalk.git diff --git a/etc/afpd/status.h b/etc/afpd/status.h index 0db90fd5..260ca852 100644 --- a/etc/afpd/status.h +++ b/etc/afpd/status.h @@ -2,7 +2,6 @@ #define AFPD_STATUS_H 1 #include -#include #include "globals.h" #include "afp_config.h" @@ -34,10 +33,9 @@ #define PASSWD_NOSAVE (1 << 1) #define PASSWD_ALL (PASSWD_SET | PASSWD_NOSAVE) -extern void status_versions (char * /*status*/, const ASP, const DSI *); +extern void status_versions (char * /*status*/, const DSI *); extern void status_uams (char * /*status*/, const char * /*authlist*/); -extern void status_init (AFPConfig *, AFPConfig *, - const struct afp_options *); +extern void status_init (AFPConfig *, const struct afp_options *); extern void set_signature(struct afp_options *); /* FP functions */