Free memory, and add a margin
[iomenu.git] / input.h
blob0b1705aaa014a310596bb7d6ff2e127626af6e39
1 #include "main.h"
3 void input_get(Buffer *, int, int, Opt *);
4 int input_key(char, Buffer *, Opt *);
5 void action_jump(Buffer *, int, Opt *);
6 void action_print_selection(Buffer *, Opt *);
7 void action_remove_word_input(Buffer *);
8 void action_add_character(Buffer *, char, Opt *);