summaryrefslogtreecommitdiff
path: root/plugins/placement/history.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 07:54:48 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 07:54:48 +0000
commit0edc14a4f92e34f5edcdb00898013206142ca71d (patch)
tree4e25f8e0229aec3cdf3d5ef9cb4676f10cac8c06 /plugins/placement/history.c
parenta648c05a7a2608e7e909317f5afe8427a0ea0d68 (diff)
set up the history place stuff's files
Diffstat (limited to 'plugins/placement/history.c')
-rw-r--r--plugins/placement/history.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/placement/history.c b/plugins/placement/history.c
new file mode 100644
index 00000000..d979bb1f
--- /dev/null
+++ b/plugins/placement/history.c
@@ -0,0 +1,16 @@
+#include "../../kernel/frame.h"
+#include "../../kernel/client.h"
+#include <glib.h>
+
+void history_startup()
+{
+}
+
+void history_shutdown()
+{
+}
+
+gboolean place_history(Client *c)
+{
+ return FALSE;
+}