/* ***************************************************************************** * * $RCSfile: readcfg.h,v $ * $Date: 1998/01/28 22:04:07 $ * $Source: /home/richard/Xml/RCS/readcfg.h,v $ * $Revision: 1.2 $ * $Author: richard $ * ***************************************************************************** * * Copyright 1997, Brown University and Richard Goerwitz * * Reads in MIM configuration file, and sets mim_env accordingly. * ***************************************************************************** */ #ifndef READCFG_H_INCLUDED #define READCFG_H_INCLUDED extern int readcfg (int, char **); extern RETSIGTYPE read_and_parse_configuration_file (int); extern short int get_portno (char *); #endif /* READCFG_H_INCLUDED */