/**************************************************************************
 *
 *	Overlay special function header for METAL/Z-MSG
 *
 *
 *	FILE: MEOVFN.H
 *
 *		   Copyright (c) 1984, 1985  Tim Gary
 *			    All rights reserved.
 *
 **************************************************************************
 *
 * 1.50xx 04/10/86  Added Z3OV functions..
 * 1.40xx 02/21/86  MEHELP added..
 * 1.40xx 01/26/86  EXPERT define changed..
 * 1.31a  10/13/85  Release version.
 * 1.31xx 08/16/85  File created from hmh.h
 *
 *************************************************************************/

/* Special function defines for overlay functions... */

/* OVINFREQ */

#define INIT	  0
#define MSGALERT  1
#define READUSERS 2
#define SAVEUSER  3
#define STATS	  4
#define CALLS	  5

/* OVUSER */

#define EDITUSER   0
#define DELETEUSER 1

/* OVSTUFF */

#define ADDUSER	1
#define SUMM	2
#define WHO	3
#define EXPMODE	4
#define EDITMSG	5

/* OVMISC */

#define FEATURE	 0
#define MEHELP	 1
/**/
#define CHAT	 3
#define GOCPM	 4
#define GOODBYE	 5
#define SHOWTIME 6

/* OVSYSOP */

#define SOSTAT	 0
#define READCOMM 1
#define PURGE	 2

/* OVKILL */

#define KILL	0
#define UNKILL	1

/* OVZ3 */

#define CMD	0
#define	RETCMD	1
#define	INITZ3	2

/***/

