summaryrefslogtreecommitdiff
path: root/gettext-tools/src/write-desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/write-desktop.h')
-rw-r--r--gettext-tools/src/write-desktop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-tools/src/write-desktop.h b/gettext-tools/src/write-desktop.h
index 028b441..d6408e2 100644
--- a/gettext-tools/src/write-desktop.h
+++ b/gettext-tools/src/write-desktop.h
@@ -1,5 +1,6 @@
/* Reading Desktop Entry files.
- Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2015
+ Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>.
This program is free software: you can redistribute it and/or modify
@@ -18,7 +19,7 @@
#ifndef _WRITE_DESKTOP_H
#define _WRITE_DESKTOP_H
-#include "message.h"
+#include "msgfmt.h"
#ifdef __cplusplus
extern "C" {
@@ -37,8 +38,7 @@ extern int
const char *file_name);
extern int
- msgdomain_write_desktop_bulk (string_list_ty *languages,
- message_list_ty **messages,
+ msgdomain_write_desktop_bulk (msgfmt_operand_list_ty *operands,
const char *template_file_name,
hash_table *keywords,
const char *file_name);