mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d819cdda38
(GCTP). PR: 26927 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
8 lines
146 B
C
8 lines
146 B
C
#ifndef INCLUDED_UNTFZ_H
|
|
#define INCLUDED_UNTFZ_H
|
|
|
|
long
|
|
untfz(long int inunit, long int outunit, double *factor);
|
|
|
|
#endif /* INCLUDED_UNTFZ_H */
|