summaryrefslogtreecommitdiff
path: root/src/options.icc
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.icc')
-rw-r--r--src/options.icc9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/options.icc b/src/options.icc
index 1d21cc5..a2aa29e 100644
--- a/src/options.icc
+++ b/src/options.icc
@@ -1,6 +1,6 @@
/* Inline Functions for options.{h,cc}.
- Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2004 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -128,6 +128,13 @@ Options::get_wordlist_name () const
return _wordlist_name;
}
+/* Returns the length table array name. */
+INLINE const char *
+Options::get_lengthtable_name () const
+{
+ return _lengthtable_name;
+}
+
/* Returns the string pool name. */
INLINE const char *
Options::get_stringpool_name () const