summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-14 14:20:55 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:09:38 +0200
commitf679d364b13a469179640564e61416c9b60789ad (patch)
tree6cc76d94bc7726762ae3231dd8371c0d6d7ccd65 /src
parentbd866b6eae1d0f40632638387934bf088c1d06f1 (diff)
downloadexternal_gettext-f679d364b13a469179640564e61416c9b60789ad.zip
external_gettext-f679d364b13a469179640564e61416c9b60789ad.tar.gz
external_gettext-f679d364b13a469179640564e61416c9b60789ad.tar.bz2
Move src/read-tcl.h to gettext-tools/src/read-tcl.h.
Diffstat (limited to 'src')
-rw-r--r--src/read-tcl.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/read-tcl.h b/src/read-tcl.h
deleted file mode 100644
index e20722d..0000000
--- a/src/read-tcl.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Reading tcl/msgcat .msg files.
- Copyright (C) 2002 Free Software Foundation, Inc.
- Written by Bruno Haible <bruno@clisp.org>, 2002.
-
- 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
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-#ifndef _READ_TCL_H
-#define _READ_TCL_H
-
-#include "message.h"
-
-/* Read the Tcl msg file given by locale_name and directory.
- Returns a list of messages. */
-extern msgdomain_list_ty *
- msgdomain_read_tcl (const char *locale_name, const char *directory);
-
-#endif /* _READ_TCL_H */