6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
15 lines
175 B
C
15 lines
175 B
C
#ifndef _MBSTAT_H
|
|
#define _MBSTAT_H
|
|
|
|
|
|
void Help(void);
|
|
void ProgName(void);
|
|
void die(int);
|
|
int Semafore(char *);
|
|
int Open(void);
|
|
int Close(void);
|
|
int Wait(void);
|
|
|
|
#endif
|
|
|