* correct all GetNextHashPos() calls to have const chars
authorWilfried Göesgens <willi@citadel.org>
Sun, 17 Aug 2008 15:21:42 +0000 (15:21 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 17 Aug 2008 15:21:42 +0000 (15:21 +0000)
commitf0d4dec106f607b5bbd5bb1cf1467c55ffefa8c8
tree797c48f63b4868a17434195b8169c0c97f1bd99a
parentc80bea928b270a257fa0bff334bd02ffa08af470
* correct all GetNextHashPos() calls to have const chars
* new template callback: ITERATE("iterator", "subtemplate",...); its to iterate over registered hashlists
* new RegisterIterator() call; use this to register your hashlist with the ITERATE functionality
webcit/addressbook_popup.c
webcit/auth.c
webcit/calendar_view.c
webcit/preferences.c
webcit/siteconfig.c
webcit/subst.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c
webcit/who.c