aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdm-dialog.h')
-rw-r--r--src/pdm-dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pdm-dialog.h b/src/pdm-dialog.h
index 9dd7a3183..b6ffec552 100644
--- a/src/pdm-dialog.h
+++ b/src/pdm-dialog.h
@@ -51,7 +51,10 @@ struct PdmDialogClass
EphyDialogClass parent_class;
};
-GType pdm_dialog_get_type (void);
+GType pdm_dialog_get_type (void);
+
+void pdm_dialog_open (PdmDialog *dialog,
+ const char *host);
G_END_DECLS