Linux Kernel
3.7.1
|
#include <stdio.h>
#include <string.h>
#include "gtk.h"
#include "../ui.h"
#include "../helpline.h"
#include "../../util/debug.h"
Go to the source code of this file.
Functions | |
void | perf_gtk__init_helpline (void) |
int | perf_gtk__show_helpline (const char *fmt, va_list ap) |
Definition at line 32 of file helpline.c.