mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-24 20:22:11 +03:00
88b4ce4cbe
We really not need for all libpopt features. As fact, simple POSIX getopt() is enough. But if we have glib - we must use glib for unification. Created two files: src/args.c and src/args.h Parce of command line options now processed in these files. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
12 lines
172 B
C
12 lines
172 B
C
|
|
/** \file textconf.h
|
|
* \brief Header: prints features specific for this build
|
|
*/
|
|
|
|
#ifndef MC_TEXTCONF_H
|
|
#define MC_TEXTCONF_H
|
|
|
|
extern void show_version (void);
|
|
|
|
#endif
|