]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/extlconv.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / extlconv.h
index b4e3b806ff3a21cbc0a5dbea33731c11d4b8c814..28fbb95472a4c19e10c21642734d5eb548d28ea2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/extlconv.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
 #include <libextl/extl.h>
 #include <libtu/iterable.h>
 #include <libtu/setparam.h>
+#include <libtu/objlist.h>
 #include "common.h"
 #include "region.h"
 
-extern ExtlTab extl_obj_iterable_to_table(ObjIterator *iter, void *st);
+extern bool extl_iter_obj(ExtlFn fn, Obj *obj);
+extern bool extl_iter_objlist_(ExtlFn fn, ObjIterator *iter, void *st);
+extern bool extl_iter_objlist(ExtlFn fn, ObjList *list);
 
 extern bool extl_table_is_bool_set(ExtlTab tab, const char *entry);