]> git.decadent.org.uk Git - ion3.git/blob - ioncore/detach.h
Imported Upstream version 20090110
[ion3.git] / ioncore / detach.h
1 /*
2  * ion/ioncore/detach.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_DETACH_H
10 #define ION_IONCORE_DETACH_H
11
12 #include "region.h"
13
14 extern bool ioncore_detach(WRegion *reg, int sp);
15
16 extern void ioncore_unsqueeze(WRegion *reg, bool override);
17
18 #endif /* ION_IONCORE_DETACH_H */
19