X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ioncore%2Fdetach.h;fp=ioncore%2Fdetach.h;h=30b4a4a11c3bbef72d9fa56e63944f6cdfa66cce;hb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;hp=0000000000000000000000000000000000000000;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/detach.h b/ioncore/detach.h new file mode 100644 index 0000000..30b4a4a --- /dev/null +++ b/ioncore/detach.h @@ -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 */ +