|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <pthread.h>#include "../../util/debug.h"#include "../helpline.h"#include "../ui.h"#include "../libslang.h"Go to the source code of this file.
Functions | |
| void | ui_helpline__init (void) |
| int | ui_helpline__show_help (const char *format, va_list ap) |
Variables | |
| struct ui_helpline | tui_helpline_fns |
| char | ui_helpline__last_msg [1024] |
Definition at line 31 of file helpline.c.
Definition at line 39 of file helpline.c.
| struct ui_helpline tui_helpline_fns |
Definition at line 26 of file helpline.c.
| char ui_helpline__last_msg[1024] |
Definition at line 37 of file helpline.c.
1.8.2