/* * custom.h * * Written by Archie Cobbs * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved. * See ``COPYRIGHT.whistle'' */ #ifndef _CUSTOM_H_ #define _CUSTOM_H_ #include "command.h" #include "ip.h" /* * VARIABLES */ extern const struct cmdtab CustomCmds[]; #endif