summaryrefslogtreecommitdiff
path: root/source4/gtk/common/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/gtk/common/select.h')
-rw-r--r--source4/gtk/common/select.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/gtk/common/select.h b/source4/gtk/common/select.h
index 336359c322..4cbeb09b0d 100644
--- a/source4/gtk/common/select.h
+++ b/source4/gtk/common/select.h
@@ -25,7 +25,6 @@
#ifdef HAVE_GTK
#define GTK_DISABLE_DEPRECATED
-
#include <gtk/gtk.h>
typedef struct _GtkSelectDomainDialog GtkSelectDomainDialog;
@@ -74,6 +73,14 @@ struct _GtkSelectHostDialogClass
#define GTK_SELECT_HOST_DIALOG_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gtk_select_host_dialog_class_get_type (), GtkSelectHostDialogClass)
#define IS_GTK_SELECT_HOST_DIALOG(obj) GTK_CHECK_TYPE (obj, gtk_select_host_dialog_get_type ())
+GtkWidget *gtk_select_domain_dialog_new (struct dcerpc_pipe *sam_pipe);
+GType gtk_select_domain_dialog_get_type (void);
+struct policy_handle gtk_select_domain_dialog_get_handle(GtkSelectDomainDialog *d);
+GtkWidget *gtk_select_host_dialog_new (struct dcerpc_pipe *sam_pipe, BOOL nocredentials);
+const char *gtk_select_host_dialog_get_host (GtkSelectHostDialog *d);
+GType gtk_select_host_dialog_get_type (void);
+
+
#endif
#endif