summaryrefslogtreecommitdiff
path: root/src/terminate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminate.h')
-rw-r--r--src/terminate.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/terminate.h b/src/terminate.h
new file mode 100644
index 000000000..7656f8257
--- /dev/null
+++ b/src/terminate.h
@@ -0,0 +1,35 @@
+/* $Id$
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
+ */
+
+#ifndef INC_TERMINATE_H
+#define INC_TERMINATE_H
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "client.h"
+
+void terminateCloseDialog (Client *);
+gboolean terminateShowDialog (Client *);
+
+#endif /* INC_TERMINATE_H */