]> git.decadent.org.uk Git - ion3.git/blob - ioncore/tags.h
6f30292af93131864055d732538afd800c05480b
[ion3.git] / ioncore / tags.h
1 /*
2  * ion/ioncore/tags.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_TAGS_H
13 #define ION_IONCORE_TAGS_H
14
15 #include <libtu/setparam.h>
16 #include "region.h"
17
18 extern bool region_set_tagged(WRegion *reg, int sp);
19 extern bool region_is_tagged(WRegion *reg);
20
21 extern void ioncore_tagged_clear();
22 extern WRegion *ioncore_tagged_first(bool untag);
23 extern bool ioncore_tagged_i(ExtlFn iterfn);
24
25 #endif /* ION_IONCORE_TAGS_H */