This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbutils/mball.h
2004-11-05 20:41:08 +00:00

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