diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-01 22:01:13 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-01 22:01:13 +0000 |
commit | fb4e1ba7a0121d1ec25d64c435bbe34d8af2c483 (patch) | |
tree | 56943425b2911615f1f19a77184fa1d158c23ab0 /gnu/usr.bin/texinfo/info/session.h | |
parent | 80b94d3721d130e60304019cc5c83ede42cd48a1 (diff) |
Import of FSF texinfo 3.11
Diffstat (limited to 'gnu/usr.bin/texinfo/info/session.h')
-rw-r--r-- | gnu/usr.bin/texinfo/info/session.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/texinfo/info/session.h b/gnu/usr.bin/texinfo/info/session.h index 98b8ccf695f..f1e5b23be8a 100644 --- a/gnu/usr.bin/texinfo/info/session.h +++ b/gnu/usr.bin/texinfo/info/session.h @@ -21,10 +21,10 @@ Written by Brian Fox (bfox@ai.mit.edu). */ -#if !defined (_SESSION_H_) -#define _SESSION_H_ +#if !defined (SESSION_H) +#define SESSION_H -#include "general.h" +#include "info.h" #include "dribble.h" /* All commands that can be invoked from within info_session () receive @@ -55,11 +55,11 @@ extern int info_scroll_behaviour; extern char *info_scroll_choices[]; /* Values for info_scroll_behaviour. */ -#define IS_Continuous 0 /* Try to get first menu item, or failing that, the - "Next:" pointer, or failing that, the "Up:" and - "Next:" of the up. */ +#define IS_Continuous 0 /* Try to get first menu item, or failing that, the + "Next:" pointer, or failing that, the "Up:" and + "Next:" of the up. */ #define IS_NextOnly 1 /* Try to get "Next:" menu item. */ -#define IS_PageOnly 2 /* Simply give up at the bottom of a node. */ +#define IS_PageOnly 2 /* Simply give up at the bottom of a node. */ /* Utility functions found in session.c */ extern void info_dispatch_on_key (); @@ -143,4 +143,4 @@ extern void info_print_node (); /* Miscellaneous commands. */ extern void info_abort_key (), info_quit (), info_do_lowercase_version (); -#endif /* _SESSION_H_ */ +#endif /* SESSION_H */ |