Contains external declarations for Pascal file transfer.
The /usr/include/fxhfile.inc file provides external definitions for the Pascal pfxfer and pcfxfer file-transfer program functions. The fxhfile.inc file is the Pascal file-transfer invocation file. Each module that uses the Pascal file-transfer function must include the fxhfile.inc file. The fields in the fxhfile.inc file are:
function pfxfer(var xfer : fxc; comm : stringptr):integer;external;
function pcfxfer(var sfer : fxs):integer;external;
The cfxfer function, fxfer function, g32_fxfer function.