mirror of https://github.com/wb2osz/direwolf.git
17 lines
307 B
C
17 lines
307 B
C
|
|
/* tt_text.h */
|
|
|
|
|
|
int tt_text_to_multipress (char *text, int quiet, char *buttons);
|
|
|
|
|
|
int tt_text_to_two_key (char *text, int quiet, char *buttons);
|
|
|
|
|
|
int tt_multipress_to_text (char *buttons, int quiet, char *text);
|
|
|
|
|
|
int tt_two_key_to_text (char *buttons, int quiet, char *text);
|
|
|
|
|
|
/* end tt_text.h */ |