From 482840e61f86ca321838a91e902c41d40c098bbb Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 24 Dec 2014 07:38:37 +0000 Subject: Imported from /home/lorry/working-area/delta_gettext-tarball/gettext-0.19.4.tar.xz. --- gettext-tools/src/msgl-header.h | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 gettext-tools/src/msgl-header.h (limited to 'gettext-tools/src/msgl-header.h') diff --git a/gettext-tools/src/msgl-header.h b/gettext-tools/src/msgl-header.h new file mode 100644 index 0000000..f26b1a8 --- /dev/null +++ b/gettext-tools/src/msgl-header.h @@ -0,0 +1,43 @@ +/* Message list header manipulation. + Copyright (C) 2007 Free Software Foundation, Inc. + Written by Bruno Haible , 2007. + + 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 3 of the License, 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, see . */ + +#ifndef _MSGL_HEADER_H +#define _MSGL_HEADER_H + +#include "message.h" + + +#ifdef __cplusplus +extern "C" { +#endif + + +/* Set the given field to the given value. + The FIELD name ends in a colon. + The VALUE will have a space prepended and a newline appended by this + function. */ +extern void + msgdomain_list_set_header_field (msgdomain_list_ty *mdlp, + const char *field, const char *value); + + +#ifdef __cplusplus +} +#endif + + +#endif /* _MSGL_HEADER_H */ -- cgit v1.2.1