1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/misc/gctpc/files/gctp.h

8 lines
216 B
C
Raw Normal View History

#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 */