X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fstatus.h;h=6bae26fa6c8bc7b98c2bcb50c5252684a050c64a;hp=ae16bb49c0cc2fb6d1cf50088e667e6351c60ff1;hb=b0bcb8f6b0571592a50ce039882c9319e012a270;hpb=e22bbf78a53bf739dd38383de42a23c95d43c15d diff --git a/etc/afpd/status.h b/etc/afpd/status.h index ae16bb49..6bae26fa 100644 --- a/etc/afpd/status.h +++ b/etc/afpd/status.h @@ -1,9 +1,7 @@ #ifndef AFPD_STATUS_H #define AFPD_STATUS_H 1 -#include #include -#include #include #include "afp_config.h" @@ -36,10 +34,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 */