8 lines
70 B
C
8 lines
70 B
C
#ifndef _PTIC_H
|
|
#define _PTIC_H
|
|
|
|
int ProcessTic(fa_list **);
|
|
|
|
#endif
|
|
|