mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
7 lines
216 B
C
7 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 */
|