aboutsummaryrefslogtreecommitdiffstats
path: root/util/alevt/help.h
blob: 5df47fc6cb6294da0e36537ae8de942b6fc7c6e7 (plain)
1
2
3
4
5
6
7
8
#ifndef HELP_H
#define HELP_H

#include "vt.h"

extern struct vt_page help_pages[];
extern const int nr_help_pages;
#endif