]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/detach.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / detach.h
diff --git a/ioncore/detach.h b/ioncore/detach.h
new file mode 100644 (file)
index 0000000..30b4a4a
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * ion/ioncore/detach.h
+ *
+ * Copyright (c) Tuomo Valkonen 1999-2007. 
+ *
+ * Ion is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ */
+
+#ifndef ION_IONCORE_DETACH_H
+#define ION_IONCORE_DETACH_H
+
+#include "region.h"
+
+extern bool ioncore_detach(WRegion *reg, int sp);
+
+#endif /* ION_IONCORE_DETACH_H */
+