/****** BumpSeq.h *************************************************************
*
*	$VER: BumpSeq.h 37.1 (4.12.94) -- Copyright © 1994 Magnetic Ink
*
*******************************************************************************/
#ifndef BUMPSEQ_H
#define BUMPSEQ_H

#include <proto/exec.h>
#include <proto/dos.h>
#include <dos/rdargs.h>

#define ARG_SEQFILE		0
#define ARG_QUIET		1

#define Prototype  		extern

#define STXT 			STATIC const TEXT

#define EXTHELP			"\nName of ›3mseqFile›0m to bump [silently]...\n\n" \
						"SeqFile/A,Quiet/S"

//						012345678901234567890

#define TEMPLATE_OFFS	(sizeof(EXTHELP)-18)

typedef struct Library	LIB;
typedef struct RDArgs	ARG;

#include "BumpSeq_rev.h"
#include "BumpSeq_protos.h"

#endif !BUMPSEQ_H
