X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fafp.h;h=76315aa41acd661b4e7b8b6c8dc454496ce6b38c;hb=df7560dfdb12b06090dc4b2c6e88d0858930b591;hp=ec9238166933325d7bf3a11b0858daf930bcbabf;hpb=cdb7047fb6897c1ad8b4ac264001d44154bf144d;p=netatalk.git diff --git a/include/atalk/afp.h b/include/atalk/afp.h index ec923816..76315aa4 100644 --- a/include/atalk/afp.h +++ b/include/atalk/afp.h @@ -24,23 +24,15 @@ #ifndef _ATALK_AFP_H #define _ATALK_AFP_H 1 +#include #include -typedef u_int16_t AFPUserBytes; +typedef uint16_t AFPUserBytes; /* protocols */ #define AFPPROTO_ASP 1 #define AFPPROTO_DSI 2 -/* actual transports. the DSI ones (tcp right now) need to be - * kept in sync w/ . - * convention: AFPTRANS_* = (1 << DSI_*) - */ -#define AFPTRANS_NONE 0 -#define AFPTRANS_DDP (1 << 0) -#define AFPTRANS_TCP (1 << 1) -#define AFPTRANS_ALL (AFPTRANS_DDP | AFPTRANS_TCP) - /* server flags */ #define AFPSRVRINFO_COPY (1<<0) /* supports copyfile */ #define AFPSRVRINFO_PASSWD (1<<1) /* supports change password */