mc/src/textconf.h
Slava Zanko 88b4ce4cbe Ticket #390: remove own 'libpopt' stuff.
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>
2009-09-02 14:32:32 +03:00

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