22 #if defined(__STDC__) || defined(__cplusplus)
23 IMPORT
void tarHelp (
void );
24 IMPORT STATUS tarExtract (
char * pTape,
int bfactor, BOOL verbose);
25 IMPORT STATUS tarArchive (
char *pTape,
int bfactor, BOOL verbose,
char *pName);
26 IMPORT STATUS tarToc (
char * tape,
int bfactor);
28 IMPORT
void tarHelp ();
29 IMPORT STATUS tarExtract ();
30 IMPORT STATUS tarArchive ();
31 IMPORT STATUS tarToc ();