/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*  MF.H                               Alan Partis                           */
/*                                     Copyright (C) AP MicroSystems, Inc    */
/*                                     1993 All rights reserved.             */
/*                                                                           */
/*  Description:   Main header file containing supporting constants and      */
/*       types for the Modem Finder program.                                 */
/*                                                                           */
/*  Contents:                                                                */
/*                                                                           */
/*  Date      Initials  Comments                                             */
/*  -----------------------------------------------------------------------  */
/*  04 Sep 93 acp       Initial Creation                                     */
/*                                                                           */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef  _MF_H
#define  _MF_H

//
// constant strings
//
#define  CFG_FILE       "RIPTERM.CNF"
#define  VERSION        "v1.0"

//
// function prototypes
//
void     UpdateCfg(int port);

#endif


  Copyright © Thundernet Development Group Inc., 2003.
All rights reserved.