libcortex
Event loop library following a "batteries included" approach
Loading...
Searching...
No Matches
src
readline.h
1
#ifndef _CRTX_READLINE_H
2
#define _CRTX_READLINE_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
/*
9
* Mario Kicherer (dev@kicherer.org) 2016
10
*
11
*/
12
13
// struct crtx_readline_listener {
14
// struct crtx_listener_base base;
15
// };
16
17
// void send_notification(char *icon, char *title, char *text, char **actions, char**chosen_action);
18
// struct crtx_listener_base *crtx_setup_readline_listener(void *options);
19
20
void
crtx_readline_init();
21
void
crtx_readline_finish();
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
Generated by
1.9.8