18 lines
251 B
C
18 lines
251 B
C
|
#ifndef _MBALL_H
|
||
|
#define _MBALL_H
|
||
|
|
||
|
|
||
|
void ProgName(void);
|
||
|
void die(int);
|
||
|
void Help(void);
|
||
|
void MakeIndex(void);
|
||
|
void MidLine(char *, FILE *, int);
|
||
|
void TopBox(FILE *, int);
|
||
|
void BotBox(FILE *, int);
|
||
|
void Masterlist(void);
|
||
|
void MakeArc(void);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|