summaryrefslogtreecommitdiff
path: root/src/login_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login_window.h')
-rw-r--r--src/login_window.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/login_window.h b/src/login_window.h
new file mode 100644
index 0000000..cf879cc
--- /dev/null
+++ b/src/login_window.h
@@ -0,0 +1,8 @@
+#ifndef __LOGIN_WINDOW_H
+#define __LOGIN_WINDOW_H
+
+void create_login_window(GtkApplication *app, gpointer user_data);
+
+#endif
+
+