#ifndef APP_HANDLERS_H #define APP_HANDLERS_H #include #include #include void handle_lb(evapp_ctx *ctx); void handle_quit(evapp_ctx *ctx); #endif