Go to the source code of this file.
Enumerations | |
| enum | { ERR_CMDLINE = 1, ERR_PASSWDMISMATCH = 2, ERR_FILEEXISTS = 3, ERR_FATAL = 4, MAX_PASSWD = 1024, MAX_FILEPATH = 1024 } |
Functions | |
| void | disable_echo () |
| void | enable_echo () |
| int | main (int argc, char **argv) |
| void | show_copyright () |
| void | show_help (char *prgname) |
| void | show_version () |
Variables | |
| const char | COPYRIGHT [] = "along with this program. If not, see <http://www.gnu.org/licenses/>.\n" |
| anonymous enum |
| ERR_CMDLINE |
Error on command line, i.e. missing parameter. |
| ERR_PASSWDMISMATCH |
The passwords supplied by the user do not match. |
| ERR_FILEEXISTS |
The destination file already exists. |
| ERR_FATAL |
A fatal error. Does not indicate convert errors which are handled/logged by |
| MAX_PASSWD |
The max password length |
| MAX_FILEPATH |
The max file path length. |
| void disable_echo | ( | ) |
| void enable_echo | ( | ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 214 of file main.cc.
References disable_echo(), enable_echo(), YAPET::CONSTS::Consts::getDefaultSuffix(), CSVImport::hadErrors(), CSVImport::import(), MAX_FILEPATH, MAX_PASSWD, CSVImport::numErrors(), CSVImport::printLog(), show_copyright(), show_help(), and show_version().

1.7.1