]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/afp.h
Merge master
[netatalk.git] / include / atalk / afp.h
index 303e705047f58fa5b7b88a799222034dcb282670..c81371364cc79f5040b40caaaeb5d21d4b9685ab 100644 (file)
 #ifndef _ATALK_AFP_H
 #define _ATALK_AFP_H 1
 
+#include <stdint.h>
 #include <sys/types.h>
-#include <netatalk/endian.h>
 
-typedef u_int16_t AFPUserBytes;
+typedef uint16_t AFPUserBytes;
 
 /* protocols */
 #define AFPPROTO_ASP           1