11 lines
186 B
C
Executable File
11 lines
186 B
C
Executable File
#ifndef __BFTPD_TARGZIP_H
|
|
#define __BFTPD_TARGZIP_H
|
|
|
|
enum const_whattodo {
|
|
DO_NORMAL, DO_TARGZ, DO_TARONLY, DO_GZONLY, DO_GZUNZIP
|
|
};
|
|
|
|
int pax_main(int argc, char *const *argv);
|
|
|
|
#endif
|