Annotation of embedaddon/mpd/src/ng.h, revision 1.1

1.1     ! misho       1: 
        !             2: /*
        !             3:  * ng.h
        !             4:  *
        !             5:  * Written by Archie Cobbs <archie@freebsd.org>
        !             6:  * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved.
        !             7:  * See ``COPYRIGHT.whistle''
        !             8:  */
        !             9: 
        !            10: #ifndef _NG_H_
        !            11: #define        _NG_H_
        !            12: 
        !            13: #include "command.h"
        !            14: #include "phys.h"
        !            15: 
        !            16: /*
        !            17:  * VARIABLES
        !            18:  */
        !            19: 
        !            20:   extern const struct cmdtab   NgSetCmds[];
        !            21:   extern const struct phystype gNgPhysType;
        !            22: 
        !            23: #endif
        !            24: 
        !            25: 

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