From 0edc14a4f92e34f5edcdb00898013206142ca71d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 07:54:48 +0000 Subject: set up the history place stuff's files --- plugins/placement/history.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/placement/history.h (limited to 'plugins/placement/history.h') 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 + +void history_startup(); +void history_shutdown(); + +gboolean place_history(Client *c); + +#endif -- cgit v1.2.3