CAP/support/ethertalk/aarpd.x
2015-03-18 22:05:00 +01:00

13 lines
201 B
Plaintext

/*
* aarpd.x: RPC declarations for Appletalk ARP daemon
*
*/
typedef unsigned char etheraddr[6];
program AARPDPROG {
version AARPDVERS {
etheraddr AARP_RESOLVE(int) = 1;
} = 1;
} = 200;