From: Bruno Haible Date: Wed, 17 Oct 2007 20:13:44 +0000 (+0000) Subject: More exports. X-Git-Tag: v0.17~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4774a8d85f2e8d0ab18bfc1553a91f679634bc09;p=thirdparty%2Fgettext.git More exports. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index d6b645388..ea4ce5806 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2007-10-17 Bruno Haible + + * woe32dll/gettextlib-exports.c: Export gl_array_list_implementation, + gl_linkedhash_list_implementation. + 2007-10-01 Bruno Haible * gnulib-tests: New directory. diff --git a/gettext-tools/woe32dll/gettextlib-exports.c b/gettext-tools/woe32dll/gettextlib-exports.c index 480ebde32..b10a0b1fc 100644 --- a/gettext-tools/woe32dll/gettextlib-exports.c +++ b/gettext-tools/woe32dll/gettextlib-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libgettextlib on Cygwin. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -23,6 +23,8 @@ VARIABLE(error_one_per_line) VARIABLE(error_print_progname) VARIABLE(error_with_progname) VARIABLE(exit_failure) +VARIABLE(gl_array_list_implementation) +VARIABLE(gl_linkedhash_list_implementation) VARIABLE(program_name) VARIABLE(rpl_optarg) VARIABLE(rpl_optind)