Released version 3-2014010502
[notion.git] / ioncore / detach.h
blob6a5c72144a58ab6d82582593850aea3f88aba6cb
1 /*
2 * ion/ioncore/detach.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_DETACH_H
10 #define ION_IONCORE_DETACH_H
12 #include "region.h"
14 extern bool ioncore_detach(WRegion *reg, int sp);
16 extern void ioncore_unsqueeze(WRegion *reg, bool override);
18 #endif /* ION_IONCORE_DETACH_H */