summaryrefslogtreecommitdiff
path: root/plugins/placement/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/placement/history.h')
-rw-r--r--plugins/placement/history.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/placement/history.h b/plugins/placement/history.h
new file mode 100644
index 00000000..48a29c3e
--- /dev/null
+++ b/plugins/placement/history.h
@@ -0,0 +1,12 @@
+#ifndef __plugin_placement_history_h
+#define __plugin_placement_history_h
+
+#include "../../kernel/client.h"
+#include <glib.h>
+
+void history_startup();
+void history_shutdown();
+
+gboolean place_history(Client *c);
+
+#endif