diff options
Diffstat (limited to 'misc/gctpc/files/untfz.h')
-rw-r--r-- | misc/gctpc/files/untfz.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/gctpc/files/untfz.h b/misc/gctpc/files/untfz.h new file mode 100644 index 000000000000..e8acf311348b --- /dev/null +++ b/misc/gctpc/files/untfz.h @@ -0,0 +1,7 @@ +#ifndef INCLUDED_UNTFZ_H +#define INCLUDED_UNTFZ_H + +long +untfz(long int inunit, long int outunit, double *factor); + +#endif /* INCLUDED_UNTFZ_H */ |