diff options
Diffstat (limited to 'misc/gctpc/files/gctp.h')
-rw-r--r-- | misc/gctpc/files/gctp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/gctpc/files/gctp.h b/misc/gctpc/files/gctp.h new file mode 100644 index 000000000000..7d33ed2c188b --- /dev/null +++ b/misc/gctpc/files/gctp.h @@ -0,0 +1,7 @@ +#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 */ |