/* ospf_error.h: Header file for OSPF error package. */

/* Prevent multiple includes. */
#ifndef		HEADER_FILE_ospf_error_h

#define		HEADER_FILE_ospf_error_h

/***** Procedure Declarations *****/
void			ospf_fatal_error (char *msg);
void			ospf_warn_error (char *msg);

#endif
