/* ************************************************************* RWhois Software Copyright (c) 1994 Scott Williamson and Mark Kosters Copyright (c) 1996-2000 Network Solutions, Inc. See the file LICENSE for conditions of use and distribution. **************************************************************** */ #ifndef _REGISTER_DIRECTIVE_H_ #define _REGISTER_DIRECTIVE_H_ /* includes */ #include "common.h" /* defines */ #define REGISTRATION_VERSION "1.5" /* prototypes */ int register_directive PROTO((char *str)); #endif /* _REGISTER_DIRECTIVE_H_ */