aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-python.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-python.h')
-rw-r--r--src/ephy-python.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ephy-python.h b/src/ephy-python.h
index 48b6e3285..d94bb5aeb 100644
--- a/src/ephy-python.h
+++ b/src/ephy-python.h
@@ -25,7 +25,11 @@
G_BEGIN_DECLS
-void ephy_python_init (void);
+void ephy_python_init (void);
+
+void ephy_python_shutdown (void);
+
+void ephy_python_schedule_gc (void);
G_END_DECLS