]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/names.h
Imported Upstream version 20090110
[ion3.git] / ioncore / names.h
index 5a2cc36db1ab1b97372e2028914e959fd47bf28a..8e4d6074eed8e71467939e1b12f405ae762e8014 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/names.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * 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);