home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
amiga
/
midi
/
obrst103.lha
/
OberSuite-1.03
/
SourceCode
/
obget.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-23
|
1KB
|
43 lines
#ifndef _OBGET_H
#define _OBGET_H 1
/**************************************************************************
* obget.h: Specific definitions for ObGet.
* A part of OberSuite for the Commodore Amiga.
*
* Author: Daniel Barrett, barrett@cs.umass.edu.
* Version: 1.0.
* Copyright: None! This program is in the Public Domain.
* Please share it with others.
***************************************************************************/
/***************************************************************************
* Program version.
***************************************************************************/
#define VERSION "1.03"
#define VERDATE "(21.1.93)"
/***************************************************************************
* Prototypes
***************************************************************************/
void ObGet(char *patchString, char *filename);
/***************************************************************************
* Global variables
***************************************************************************/
extern char programName[];
extern int thePrintStyle;
int overwriteAll;
/***************************************************************************
* Stuff for getopt().
***************************************************************************/
static char *options = "qQla";
#endif /* _OBGET_H */