1
0
Files
2016-11-30 09:03:17 +08:00

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