- /*
- ** $Id: newmsg.h,v 1.5 1999/12/08 06:00:38 mrsam Exp $
- */
- #ifndef newmsg_h
- #define newmsg_h
- #if HAVE_CONFIG_H
- #undef PACKAGE
- #undef VERSION
- #include "config.h"
- #endif
- /*
- ** Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- ** distribution information.
- */
- #include <stdlib.h>
- extern void newmsg_init(const char *, const char *);
- extern void newmsg_do(const char *);
- #endif