aboutsummaryrefslogtreecommitdiff
path: root/src/procheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/procheader.h')
-rw-r--r--src/procheader.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/procheader.h b/src/procheader.h
index 599324e1..1667b4ed 100644
--- a/src/procheader.h
+++ b/src/procheader.h
@@ -61,8 +61,10 @@ gint procheader_find_header_list (GSList *hlist,
const gchar *header_name);
void procheader_header_list_destroy (GSList *hlist);
-GPtrArray *procheader_get_header_array (FILE *fp);
-GPtrArray *procheader_get_header_array_asis (FILE *fp);
+GPtrArray *procheader_get_header_array (FILE *fp,
+ const gchar *encoding);
+GPtrArray *procheader_get_header_array_asis (FILE *fp,
+ const gchar *encoding);
void procheader_header_array_destroy (GPtrArray *harray);
void procheader_header_free (Header *header);