Return to pppoe.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
Initial revision
/* * pppoe.h * * Written by Archie Cobbs <archie@freebsd.org> * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved. * See ``COPYRIGHT.whistle'' */ #ifndef _PPPOE_H_ #define _PPPOE_H_ #include "command.h" #include "phys.h" /* * VARIABLES */ extern const struct cmdtab PppoeSetCmds[]; extern const struct phystype gPppoePhysType; #endif