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