vprintf is masked because of redefinition.
in lslproto.h & in visnpstr.h GET_NEXT_OPERATION added to take care of snmp
get_next packet type.
in lslproto.h initialize_nvram lize_IP ,wan_comntroller
in lslproto.h added LSL_GET_PORT_MTU
in vnvrmstr.h added set_variable_port_and_enable_ushort
in vnvrmstr.h added set_variable_port_and_enable_ulong
in lslproto.h added GET_NEXT_OPERATION
in lslproto.h is changed _EXTERN ULONG lsl_routerware_control (enum 
in lslproto.h SET_RX_ACCM_SERIAL_PORT & SET_TX_ACMM_SERIAL_PORT has been added.
added to the enums of LSL_CONTROL_OPERATION (GET_PORT_SPEED).
5, February, 1996
-----------------
1. lslproto.h - included the following enums, #defines and structs. moved
   here from vlslstr.h and klsl.h

		enum RFC1213_IF_TYPE
		enum RFC1213_STATUS

	#define RFC1213_DESCRIPTION_SIZE 30 

		struct	RFC1213_IFENTRY
		struct	DEVICE_DRIVER_LINKS
		struct	DEVICE_DRIVER_REGISTRATION_ENTRY

Sachin 07/12/1996
-----------------
	init_flash_write_scheduler() was being called from initialize_tftp originally
since online flash write was being used only for user database updating thru'
the IP port. Now that it is used for udb update thru' com port and even for telnet
modification, we call from the mail init loop immediately after calling the
initialization routines of all the protocol stacks and applications (in rtrware.c).

Kamal 07 Dec 1996
-----------------
lslproto.h:

	. ISSUE_DHCP_BROADCAST and GIVE_BACK_IP_ADDRESS are added to the APPLICATION_
   CONTROL_OPERATION enumeration.

	. DHCP_CONTROL_OPERATION is added to the LSL_CONTROL_OPERATION for calling
   dhcp_control function thru lsl_control function.

	. External declaration for initialize_dhcp() function

	. Some enumerations related to dhcp commands are added here. Because these 
   are also used by other modules (like PPP). 

	. DHCP_APPLICATION is added to the APPLICATION_TYPE enumeration

vnvrmstr.h:

	. The external declaration for the get_dhcp_server_ip_address is included.

Sachin 18/12/1996
-----------------
	Added an enumeration for wan device configuration in wanmgr.h
Naveen.P.N. 22/04/1997
   Added WEB_MANAGEMENT in the enum APPLICATION_TYPE in the file lslproto.h

Sachin 04/06/1997
-----------------
DEFS.H
   Took off USER_DEFINED_... for IP, IPX and Spanning tree number of ports.
   Added NUMBER_OF_SPANNING_TREE_PORTS
   Accordingly, took off all the conditional stuff (based on these USER_...)
      from KIPX.H, KIP.H and KMACBR.H


Sachin 04/06/1997
-----------------
DEFS.H
	Added another symbol PROXY_SERVER

Sachin 26/10/1997
-----------------
        CFGMGR.H : Added support for port statistics

Jo 21/07/98 : Changed configuration table. now the structure will contain magic number and
	      function ptr that will read the configuration for that section.	
	      Changed file vnvrmstr.h

Jo 08/07/99 : Added new function c_write_user_database_to_AMD_flash () for 
	      UDB write to flash.
	      Changed file flashmgr.h

Jo 19/08/99 : Added new section for Static Routes.
	      Changed file cfgmgr.h

Jo 20/08/99 : Added Static Routes feature
	      Changed file indexs.h
	
Jyothi 04 Oct 1999 
------------------
	cfgmgr.h : Defined MAX_TCP_APPLICATIONS     43
			   MAX_UDP_APPLICATIONS     42
		   Defined all ports with more than 1 port number as constants.

		   Added to support configurable FTP Data and Control Ports.

Jyothi 04 Oct 1999 
------------------
	indexs.h : Added to support configurable FTP Data and Control Ports.

Jyothi 16 Nov 1999
------------------
	cfgmgr.h : Added new state for DialIn Port Type in enum var WAN_LINK_STATUS
