aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procheader.h')
-rw-r--r--libsylph/procheader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/procheader.h b/libsylph/procheader.h
index 532d21c5..d6c0a488 100644
--- a/libsylph/procheader.h
+++ b/libsylph/procheader.h
@@ -65,6 +65,9 @@ GPtrArray *procheader_get_header_array (FILE *fp,
const gchar *encoding);
GPtrArray *procheader_get_header_array_asis (FILE *fp,
const gchar *encoding);
+GPtrArray *procheader_get_header_array_for_display
+ (FILE *fp,
+ const gchar *encoding);
void procheader_header_array_destroy (GPtrArray *harray);
void procheader_header_free (Header *header);