]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/nbp.h
CVS id tags, define fixes, code beautification
[netatalk.git] / etc / atalkd / nbp.h
1 /*
2  * $Id: nbp.h,v 1.2 2001-06-25 20:13:45 rufustfirefly Exp $
3  *
4  * Copyright (c) 1990,1993 Regents of The University of Michigan.
5  * All Rights Reserved. See COPYRIGHT.
6  */
7
8 struct nbptab {
9     struct nbptab       *nt_prev, *nt_next;
10     struct nbpnve       nt_nve;
11     struct interface    *nt_iface;
12 };
13
14 extern struct nbptab    *nbptab;