mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
8 lines
216 B
C
8 lines
216 B
C
#ifndef INCLUDED_GCTP_H
|
|
#define INCLUDED_GCTP_H
|
|
|
|
typedef long (*ForwardTransFunc)(double, double, double*, double*);
|
|
typedef long (*InverseTransFunc)(double, double, double*, double*);
|
|
|
|
#endif /* INCLUDED_GCTP_H */
|