X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Ftags.h;h=a8fe8f5af1366eeea3c69996ad74b4080a37d591;hp=478d47b030ffa0a9bd93991ac857cf8d118bc021;hb=20070203;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/tags.h b/ioncore/tags.h index 478d47b..a8fe8f5 100644 --- a/ioncore/tags.h +++ b/ioncore/tags.h @@ -1,7 +1,7 @@ /* * ion/ioncore/tags.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * 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 @@ -19,7 +19,7 @@ extern bool region_set_tagged(WRegion *reg, int sp); extern bool region_is_tagged(WRegion *reg); extern void ioncore_clear_tags(); -extern WRegion *ioncore_tags_first(); -extern WRegion *ioncore_tags_take_first(); +extern WRegion *ioncore_tagged_first(); +extern WRegion *ioncore_tagged_take_first(); #endif /* ION_IONCORE_TAGS_H */