aboutsummaryrefslogtreecommitdiff
path: root/misc/gctpc/files/for_init.h
blob: 38f0241415d99e696ff66c51591d2a7d2a81ee54 (plain) (blame)
1
2
3
4
5
6
7
8
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 */