d819cdda38
(GCTP). PR: 26927 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
9 lines
268 B
C
9 lines
268 B
C
#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 */
|