]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.h
Move volume loading to libatalk
[netatalk.git] / etc / afpd / status.h
index 3057b7594a14b821aad093bc4ac1e830417e64ee..343774aebb9681df85c00244f875e409f5263822 100644 (file)
 /* AFPSTATUS_MACHLEN is the number of characters for the MachineType. */
 #define AFPSTATUS_MACHLEN     16
 
-
-#define PASSWD_NONE     0
-#define PASSWD_SET     (1 << 0)
-#define PASSWD_NOSAVE  (1 << 1)
-#define PASSWD_ALL     (PASSWD_SET | PASSWD_NOSAVE)
-
 extern void status_versions (char * /*status*/, const DSI *);
 extern void status_uams (char * /*status*/, const char * /*authlist*/);
 extern void status_init (AFPObj *, DSI *dsi);