[connman] Added Tizen Wi-Fi Mesh
[platform/upstream/connman.git] / client / input.h
old mode 100644 (file)
new mode 100755 (executable)
index efab40f..c7256a4
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2012-2013  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2012-2014  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -33,6 +33,12 @@ void __connmanctl_quit(void);
 bool __connmanctl_is_interactive(void);
 void __connmanctl_save_rl(void);
 void __connmanctl_redraw_rl(void);
+int __connmanctl_input_calc_level(void);
+void __connmanctl_input_lookup_end(void);
+typedef void (* connmanctl_input_func_t) (char *input, void *user_data);
+void __connmanctl_agent_mode(const char *prompt,
+               connmanctl_input_func_t input_handler, void *user_data);
+void __connmanctl_command_mode(void);
 int __connmanctl_input_init(int argc, char *argv[]);
 
 #ifdef __cplusplus