X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fstatus.h;h=6bae26fa6c8bc7b98c2bcb50c5252684a050c64a;hb=b0bcb8f6b0571592a50ce039882c9319e012a270;hp=3a29a17418f092681bbf986e7de0a6b365158f91;hpb=89f20b55b2278c29553472559bbfb060ef711ca2;p=netatalk.git diff --git a/etc/afpd/status.h b/etc/afpd/status.h index 3a29a174..6bae26fa 100644 --- a/etc/afpd/status.h +++ b/etc/afpd/status.h @@ -1,10 +1,9 @@ #ifndef AFPD_STATUS_H #define AFPD_STATUS_H 1 -#include #include -#include -#include "globals.h" +#include + #include "afp_config.h" /* we use these to prevent whacky alignment problems */ @@ -35,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 */