2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 12:06:29 +02:00
|
|
|
#ifndef F_PC_LINE_ITER_H_
|
|
|
|
|
#define F_PC_LINE_ITER_H_
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 12:06:29 +02:00
|
|
|
typedef int (*fpcLnIt_QueueFunc)(void*, void*);
|
|
|
|
|
|
|
|
|
|
void fpcLnIt_Queue(fpcLnIt_QueueFunc pFunc);
|
|
|
|
|
|
|
|
|
|
#endif
|