ui.h revision 1
1N/A along with this program. If not, see <http://www.gnu.org/licenses/>.
1N/A#ifndef UI_H_INCLUDED
1N/A#define UI_H_INCLUDED
1N/Aenum AlignmentType
1N/Aextern int init_readline ();
1N/Aextern int screen_width ();
1N/Aextern char* command_line_pop_word ();
1N/Aextern char* command_line_peek_word ();
1N/Aextern void command_line_flush ();
1N/Aextern int command_line_get_word_count ();
1N/A int multi_word);
1N/A int multi_word);
1N/Aextern int command_line_is_integer ();
1N/Aextern int command_line_is_sector ();
1N/Aextern int opt_script_mode;
1N/Aextern int pretend_input_tty;
1N/Aextern void print_options_help ();
1N/Aextern void print_commands_help ();