X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=client%2Finput.h;h=c7256a41fcbc9641a7616f20e6433474236c1b55;hb=cce6ed197cf6503e5ff068c2a25ad8f435b12068;hp=fb80077905ab867ed2ffc45940ee45682e89bbe4;hpb=2e43802f8196be75f14890567076da6663654bf3;p=platform%2Fupstream%2Fconnman.git diff --git a/client/input.h b/client/input.h old mode 100644 new mode 100755 index fb80077..c7256a4 --- a/client/input.h +++ b/client/input.h @@ -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,8 @@ 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);