diff options
Diffstat (limited to 'util/alevt/help.h')
-rw-r--r-- | util/alevt/help.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/alevt/help.h b/util/alevt/help.h new file mode 100644 index 0000000..5df47fc --- /dev/null +++ b/util/alevt/help.h @@ -0,0 +1,8 @@ +#ifndef HELP_H +#define HELP_H + +#include "vt.h" + +extern struct vt_page help_pages[]; +extern const int nr_help_pages; +#endif |