9 lines
93 B
C
9 lines
93 B
C
/* $Id$ */
|
|
|
|
#ifndef _LASTCALLERS_H
|
|
#define _LASTCALLERS_H
|
|
|
|
void LastCallers(char *);
|
|
|
|
#endif
|