From 82a8f5f10b41a765d7acf63bd805f099b1f93b9a Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 6 Oct 2016 00:20:20 +0100 Subject: Minor code tidy cmd_ac.h --- src/command/cmd_ac.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h index bdfd8b80..3d1069bc 100644 --- a/src/command/cmd_ac.h +++ b/src/command/cmd_ac.h @@ -40,6 +40,9 @@ void cmd_ac_init(void); void cmd_ac_uninit(void); +char* cmd_ac_complete(ProfWin *window, const char *const input); +void cmd_ac_reset(ProfWin *window); +gboolean cmd_ac_exists(char *cmd); void cmd_ac_add(const char *const value); void cmd_ac_add_help(const char *const value); @@ -51,13 +54,7 @@ void cmd_ac_remove(const char *const value); void cmd_ac_remove_help(const char *const value); void cmd_ac_remove_alias_value(char *value); -gboolean cmd_ac_exists(char *cmd); - void cmd_ac_add_form_fields(DataForm *form); void cmd_ac_remove_form_fields(DataForm *form); -char* cmd_ac_complete(ProfWin *window, const char *const input); - -void cmd_ac_reset(ProfWin *window); - #endif -- cgit 1.4.1-2-gfad0 †’ More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/012transform.cc
blob: f62349faad8aec163e24597becf0e3cbc68381da (plain) (tree)
1
2
3
4
5
6
7
8
9