Comparing files CFGMGR.H and ..\include\cfgmgr.h
****** CFGMGR.H


typedef struct
****** ..\include\cfgmgr.h

typedef struct
******

****** CFGMGR.H
{
   PS_IDLE,
   PS_OFFLINE,
   PS_WAN_LINK_UP, /* Physical Link up */
   PS_LCP_UP,
   PS_PPP_CLIENT_UP,
   PS_MLPPP_CLIENT_UP,
   PS_SEND_INIT_COMMAND,
   PS_WAIT_FOR_OK,
   PS_DIAL_NUMBER,
   PS_WAIT_FOR_CONNECT,
   PS_SLIP_CLIENT_UP,
   PS_DISABLED,
/* new states to display 9/4/98 */
        PS_CALL_BACK,
        PS_RAS_CLIENT_CONNECTED,
        PS_IDLE_WAIT_CALL,
        PS_HANGING_UP,


   PS_WAN_PORT_STATUS_NUMBER_OF_STATES
} WAN_LINK_STATUS ;
****** ..\include\cfgmgr.h
{
   IDLE,
   OFFLINE,
   WAN_LINK_UP, /* Physical Link up */
   LCP_UP,
   PPP_CLIENT_UP,
   MLPPP_CLIENT_UP,
   SEND_INIT_COMMAND,
   WAIT_FOR_OK,
   DIAL_NUMBER,
   WAIT_FOR_CONNECT,
/* Sachin 09/11/1997 */
   SLIP_CLIENT_UP,
   DISABLED,
/* Sachin 09/11/1997 */
   WAN_PORT_STATUS_NUMBER_OF_STATES
} WAN_LINK_STATUS ;
******

****** CFGMGR.H
extern BYTE get_port_status (USHORT port_number) ;
extern BYTE *get_port_status_from_id (USHORT index);
extern ULONG get_baud_rate (USHORT port_number) ;
****** ..\include\cfgmgr.h
extern BYTE get_port_status (USHORT port_number) ;
extern ULONG get_baud_rate (USHORT port_number) ;
******


