Annotation of embedaddon/mpd/src/input.h, revision 1.1.1.1

1.1       misho       1: 
                      2: /*
                      3:  * input.h
                      4:  *
                      5:  * Written by Archie Cobbs <archie@freebsd.org>
                      6:  * Copyright (c) 1998-1999 Whistle Communications, Inc. All rights reserved.
                      7:  * See ``COPYRIGHT.whistle''
                      8:  */
                      9: 
                     10: #ifndef _INPUT_H_
                     11: #define _INPUT_H_
                     12: 
                     13: #include "defs.h"
                     14: 
                     15: /*
                     16:  * FUNCTIONS
                     17:  */
                     18: 
                     19:   extern void  InputFrame(Bund b, Link l, int proto, Mbuf bp);
                     20: 
                     21: #endif
                     22: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>