]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/activity.h
Imported Upstream version 20090110
[ion3.git] / ioncore / activity.h
index 912e8832d0c3b5d69e52d2c09e6fd847a110219c..aa2ed884ec126ed2c8d88c164602f0801b821da6 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/activity.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_ACTIVITY_H
@@ -24,8 +21,9 @@ extern bool region_is_activity_r(WRegion *reg);
 extern void region_mark_mgd_activity(WRegion *mgr);
 extern void region_clear_mgd_activity(WRegion *mgr);
 
-extern ExtlTab ioncore_activity_list();
+extern bool ioncore_activity_i(ExtlFn fn);
 extern WRegion *ioncore_activity_first();
 extern bool ioncore_goto_activity();
+extern ObjList *ioncore_activity_list();
 
 #endif /* ION_IONCORE_ACTIVITY_H */