From 5fc8c32eec2c1a4d86dbe7dffa34a0798a330dd6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 14 Feb 2003 14:23:09 +0000 Subject: Move src/write-tcl.h to gettext-tools/src/write-tcl.h. --- gettext-tools/src/write-tcl.h | 33 +++++++++++++++++++++++++++++++++ src/write-tcl.h | 33 --------------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 gettext-tools/src/write-tcl.h delete mode 100644 src/write-tcl.h diff --git a/gettext-tools/src/write-tcl.h b/gettext-tools/src/write-tcl.h new file mode 100644 index 0000000..2b135db --- /dev/null +++ b/gettext-tools/src/write-tcl.h @@ -0,0 +1,33 @@ +/* Writing tcl/msgcat .msg files. + Copyright (C) 2002 Free Software Foundation, Inc. + Written by Bruno Haible , 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 _WRITE_TCL_H +#define _WRITE_TCL_H + +#include "message.h" + +/* Write a Tcl msg file. mlp is a list containing the messages to be output. + locale_name is the locale name (with underscore separators), directory is + the base directory. + Return 0 if ok, nonzero on error. */ +extern int + msgdomain_write_tcl (message_list_ty *mlp, + const char *locale_name, + const char *directory); + +#endif /* _WRITE_TCL_H */ diff --git a/src/write-tcl.h b/src/write-tcl.h deleted file mode 100644 index 2b135db..0000000 --- a/src/write-tcl.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Writing tcl/msgcat .msg files. - Copyright (C) 2002 Free Software Foundation, Inc. - Written by Bruno Haible , 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 _WRITE_TCL_H -#define _WRITE_TCL_H - -#include "message.h" - -/* Write a Tcl msg file. mlp is a list containing the messages to be output. - locale_name is the locale name (with underscore separators), directory is - the base directory. - Return 0 if ok, nonzero on error. */ -extern int - msgdomain_write_tcl (message_list_ty *mlp, - const char *locale_name, - const char *directory); - -#endif /* _WRITE_TCL_H */ -- cgit v1.1