]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/list.h
17b7cce31e22dc5e1f00376ca49e57d5e5abffd9
[netatalk.git] / etc / atalkd / list.h
1 /*
2  * $Id: list.h,v 1.2 2001-06-25 20:13:45 rufustfirefly Exp $
3  *
4  * Copyright (c) 1990,1992 Regents of The University of Michigan.
5  * All Rights Reserved. See COPYRIGHT.
6  */
7
8 struct list {
9     void        *l_data;
10     struct list *l_next,
11                 *l_prev;
12 };