summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorTom Tromey <tromey@src.gnome.org>1998-03-07 02:51:53 +0000
committerTom Tromey <tromey@src.gnome.org>1998-03-07 02:51:53 +0000
commitb1e8831de595bc8264de6a7417ef580ac622d1ba (patch)
tree3daa9e08ad0adc10442aea26501f98d8c60379c4 /support
parent93c9733fdb7eff4936368c9acee7666c9e2bd1b9 (diff)
downloadshared-mime-info-b1e8831de595bc8264de6a7417ef580ac622d1ba.tar.gz
This commit was generated by cvs2svn to compensate for changes in r110,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=111
Diffstat (limited to 'support')
-rw-r--r--support/argp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/support/argp.h b/support/argp.h
index 55024cac..b3058071 100644
--- a/support/argp.h
+++ b/support/argp.h
@@ -1,5 +1,5 @@
/* Hierarchial argument parsing, layered over getopt.
- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.
@@ -238,6 +238,11 @@ struct argp
that should be done by the filter function. INPUT is either the input
supplied to argp_parse, or NULL, if argp_help was called directly. */
char *(*help_filter)(int __key, __const char *__text, void *__input);
+
+ /* If non-zero the strings used in the argp library are translated using
+ the domain described by this string. Otherwise the currently installed
+ default domain is used. */
+ const char *argp_domain;
};
/* Possible KEY arguments to a help filter function. */