<!doctype HTML public "-//W3C//DTD HTML 3.2//EN">
<html>

<!-- Copyright (c) Thundernet Developmnet Group, Inc., 2003.  All rights reserved. -->

<head>
<title>Sample C++ code -- Modem Finder</title>
</head>

<body>
<pre><xmp>
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*  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

</xmp></pre>
<hr>
<table border="0" width="100%">
<tr>
    <td align="left" > &nbsp; </td>
    <td align="right"> <font size="-1"> Copyright &copy; Thundernet Development Group Inc., 2003.  <br> All rights reserved.</font> </td>
</table>


</body>
</html>


