/**********************************************************************
 * File Exchange fxmain header
 *
 * $Author: brlewis $
 * $Source: /afs/athena.mit.edu/astaff/project/eosdev/src/clients/RCS/fxmain.h,v $
 * $Header: /afs/athena.mit.edu/astaff/project/eosdev/src/clients/RCS/fxmain.h,v 1.1 90/11/09 16:33:27 brlewis Exp Locker: brlewis $
 *
 * Copyright 1990 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 **********************************************************************/

#include <mit-copyright.h>

#ifndef _fxmain_h

#include <fxcl.h>

#define VERBOSE 1
#define LISTONLY 2
#define PRESERVE 4
#define ONE_AUTHOR 8

#define ERR_USAGE -1L

extern char fxmain_error_context[];

#ifdef __STDC__
long fxmain(int, char *[], char *, Paper *,
	    int (*)(int, char *[], int *, Paper *, int *),
	    long (*)(FX *, Paper *, int, char *));
#else /* __STDC__ */
long fxmain();
#endif /* __STDC__ */

#endif /* _fxmain_h */
