6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
114 B
C
10 lines
114 B
C
#ifndef _MBUSER_H
|
|
#define _MBUSER_H
|
|
|
|
void ProgName(void);
|
|
void Help(void);
|
|
void UserPack(int, int, int);
|
|
|
|
#endif
|
|
|