File: help.h

package info (click to toggle)
alevt 1%3A1.6.2-5.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 960 kB
  • sloc: ansic: 6,284; makefile: 118; perl: 104; sh: 15
file content (9 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#ifndef HELP_H
#define HELP_H

#include "vt.h"

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

#endif