]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/extlconv.h
Imported Upstream version 20090110
[ion3.git] / ioncore / extlconv.h
index b4e3b806ff3a21cbc0a5dbea33731c11d4b8c814..2582a4246a0c455853229a22fccd2d0ab4542f36 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/extlconv.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_EXTLCONV_H
 #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);