6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
101 B
C
10 lines
101 B
C
#ifndef _BOUNCEMGR_H
|
|
#define _BOUNCEMGR_H
|
|
|
|
|
|
int Bounce(faddr *, faddr *, FILE *, char *);
|
|
|
|
|
|
#endif
|
|
|