mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d819cdda38
(GCTP). PR: 26927 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
10 lines
268 B
C
10 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 */
|