#include "addrs.h" /**** public API ****/ #define EDBOX_SIZE 160 void edbox_clear(void); void edbox_show(void); void edbox_hide(void); void edbox_putc(char c); void edbox_keystroke(void); /* called when the user presses Enter */ extern void (*edbox_callback)(void);