/* ************************************************************* 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 _DUMP_H_ #define _DUMP_H_ /* includes */ #include "common.h" #include "types.h" /* protoypes */ int display_dump_format PROTO((record_struct *record)); #endif /* _DUMP_H_ */