9 lines
93 B
C
9 lines
93 B
C
#ifndef _PTIC_H
|
|
#define _PTIC_H
|
|
|
|
/* $Id$ */
|
|
|
|
int ProcessTic(fa_list **, orphans **);
|
|
|
|
#endif
|