summaryrefslogtreecommitdiffstats
path: root/gtk/src/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/plist.h')
-rw-r--r--gtk/src/plist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/plist.h b/gtk/src/plist.h
index 8b2498826..4ea06780a 100644
--- a/gtk/src/plist.h
+++ b/gtk/src/plist.h
@@ -6,7 +6,7 @@
#include <glib-object.h>
GValue* ghb_plist_parse(const gchar *buf, gssize len);
-GValue* ghb_plist_parse_file(const gchar *filename);
+GValue* ghb_plist_parse_file(FILE *fd);
void ghb_plist_write(FILE *file, GValue *gval);
void ghb_plist_write_file(const gchar *filename, GValue *gval);