X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fextlconv.h;h=28fbb95472a4c19e10c21642734d5eb548d28ea2;hp=b4e3b806ff3a21cbc0a5dbea33731c11d4b8c814;hb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/extlconv.h b/ioncore/extlconv.h index b4e3b80..28fbb95 100644 --- a/ioncore/extlconv.h +++ b/ioncore/extlconv.h @@ -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 @@ -15,10 +15,13 @@ #include #include #include +#include #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);