summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/variables.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-23 10:46:22 +0000
committerru <ru@FreeBSD.org>2005-05-23 10:46:22 +0000
commit425ad50cfed598b20942bc8eaac772f6d5fdabb3 (patch)
tree0022d81c487eda4aa731483f5895aa1161e784dc /contrib/texinfo/info/variables.h
parent5e20a003d4bd6f445f8c9d88f1fcb0697ef8c54d (diff)
parent212fa58b27874a1ac997e85e3f696ffad810e44c (diff)
downloadFreeBSD-src-425ad50cfed598b20942bc8eaac772f6d5fdabb3.zip
FreeBSD-src-425ad50cfed598b20942bc8eaac772f6d5fdabb3.tar.gz
This commit was generated by cvs2svn to compensate for changes in r146515,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/texinfo/info/variables.h')
-rw-r--r--contrib/texinfo/info/variables.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/texinfo/info/variables.h b/contrib/texinfo/info/variables.h
index 58169d3..7e5b082 100644
--- a/contrib/texinfo/info/variables.h
+++ b/contrib/texinfo/info/variables.h
@@ -1,10 +1,10 @@
/* variables.h -- Description of user visible variables in Info.
- $Id: variables.h,v 1.1 2002/08/25 23:38:38 karl Exp $
+ $Id: variables.h,v 1.3 2004/04/11 17:56:46 karl 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;
OpenPOWER on IntegriCloud