X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fnames.h;h=b35bc60a0d6e8bb92a73e7d30e72d3b8920b5890;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=5a2cc36db1ab1b97372e2028914e959fd47bf28a;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/names.h b/ioncore/names.h index 5a2cc36..b35bc60 100644 --- a/ioncore/names.h +++ b/ioncore/names.h @@ -1,12 +1,9 @@ /* * ion/ioncore/names.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 - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_NAMES_H @@ -43,8 +40,8 @@ DYNFUN const char *region_displayname(WRegion *reg); extern char *region_make_label(WRegion *reg, int maxw, GrBrush *brush); -extern ExtlTab ioncore_region_list(const char *typenam); -extern ExtlTab ioncore_clientwin_list(); +extern bool ioncore_region_i(ExtlFn fn, const char *typenam); +extern bool ioncore_clientwin_i(ExtlFn fn); extern WRegion *ioncore_lookup_region(const char *cname, const char *typenam); extern WClientWin *ioncore_lookup_clientwin(const char *cname);