summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/info/variables.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2006-07-17 16:12:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2006-07-17 16:12:37 +0000
commit9f77d94b9a58350d763499ea39873c6020b60da9 (patch)
tree710c75c43c07e91771e598b34a15217e8928560c /gnu/usr.bin/texinfo/info/variables.h
parent6382053c52b4c3b43d337c169d7b476c6081457f (diff)
conflict resolution
Diffstat (limited to 'gnu/usr.bin/texinfo/info/variables.h')
-rw-r--r--gnu/usr.bin/texinfo/info/variables.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/usr.bin/texinfo/info/variables.h b/gnu/usr.bin/texinfo/info/variables.h
index ba6f1f33176..61d0b7b4889 100644
--- a/gnu/usr.bin/texinfo/info/variables.h
+++ b/gnu/usr.bin/texinfo/info/variables.h
@@ -1,10 +1,10 @@
/* variables.h -- Description of user visible variables in Info.
- $Id: variables.h,v 1.2 1999/01/11 16:38:10 espie Exp $
+ $Id: variables.h,v 1.3 2006/07/17 16:12:36 espie Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.
- Copyright (C) 1993, 97 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1997, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -42,14 +42,15 @@ typedef struct {
/* Read the name of an Info variable in the echo area and return the
address of a VARIABLE_ALIST member. A return value of NULL indicates
that no variable could be read. */
-extern VARIABLE_ALIST *read_variable_name ();
+extern VARIABLE_ALIST *read_variable_name (char *prompt, WINDOW *window);
/* Make an array of REFERENCE which actually contains the names of the
variables available in Info. */
-extern REFERENCE **make_variable_completions_array ();
+extern REFERENCE **make_variable_completions_array (void);
/* Set the value of an info variable. */
-extern void set_variable ();
+extern void set_variable (WINDOW *window, int count, unsigned char key);
+extern void describe_variable (WINDOW *window, int count, unsigned char key);
/* The list of user-visible variables. */
extern int auto_footnotes_p;