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