6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
9 lines
146 B
C
9 lines
146 B
C
/* $Id: lastcallers.h,v 1.1 2001/11/12 21:42:17 mbroek Exp $ */
|
|
|
|
#ifndef _LASTCALLERS_H
|
|
#define _LASTCALLERS_H
|
|
|
|
void LastCallers(char *);
|
|
|
|
#endif
|