summaryrefslogtreecommitdiffstats
path: root/client/rulewin.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/rulewin.h')
-rw-r--r--client/rulewin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/rulewin.h b/client/rulewin.h
new file mode 100644
index 0000000..698153f
--- /dev/null
+++ b/client/rulewin.h
@@ -0,0 +1,14 @@
+#ifndef foorulewinhfoo
+#define foorulewinhfoo
+
+#include <gtk/gtk.h>
+
+#include "ruleset.h"
+
+int rulewin_show(rule_t *rule);
+void rulewin_set_sensitive(GtkWidget *rw);
+void rulewin_ok(GtkWidget *rw);
+void rulewin_cancel(GtkWidget *rw);
+void rulewin_update_host_ranges(GtkWidget *rw);
+
+#endif