]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/nbp.h
Removed duplicate -I tags from CFLAGS
[netatalk.git] / etc / atalkd / nbp.h
1 /*
2  * Copyright (c) 1990,1993 Regents of The University of Michigan.
3  * All Rights Reserved. See COPYRIGHT.
4  */
5
6 struct nbptab {
7     struct nbptab       *nt_prev, *nt_next;
8     struct nbpnve       nt_nve;
9     struct interface    *nt_iface;
10 };
11
12 extern struct nbptab    *nbptab;