diff options
Diffstat (limited to 'misc/gctpc/files/for_init.h')
-rw-r--r-- | misc/gctpc/files/for_init.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/gctpc/files/for_init.h b/misc/gctpc/files/for_init.h new file mode 100644 index 000000000000..38f0241415d9 --- /dev/null +++ b/misc/gctpc/files/for_init.h @@ -0,0 +1,9 @@ +#ifndef INCLUDED_FOR_INIT_H +#define INCLUDED_FOR_INIT_H + +void +for_init(long int outsys, long int outzone, double *outparm, + long int outdatum, char *fn27, char *fn83, long int *iflg, + ForwardTransFunc for_trans[]); + +#endif /* INCLUDED_FOR_INIT_H */ |