~vcs-imports/screen/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef SCREEN_HELP_H
#define SCREEN_HELP_H

#include "comm.h"
#include "canvas.h"

void  display_help (char *, struct action *);
void  display_bindkey (char *, struct action *);
int   InWList (void);
void  WListUpdatecv (Canvas *, Window *);
void  WListLinkChanged (void);
void  ZmodemPage (void);

/* global variables */

extern char version[];

#endif /* SCREEN_HELP_H */