* we have now several bstrs:
authorWilfried Göesgens <willi@citadel.org>
Fri, 4 Apr 2008 10:44:32 +0000 (10:44 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 4 Apr 2008 10:44:32 +0000 (10:44 +0000)
commit9f145319b92b196662aa51cb2e3d7c392629965e
tree307d2841be38724fbcadf8cbfa4c34245a1353c9
parente0f09d70795f031a791eb70a649b6aa9bf652a20
* we have now several bstrs:
  * bstr: simply gives the string
  * xbstr: gives string and its length
  * lbstr: gives the long value of the item
  * ibstr: gives the int value of the item
  * havebstr: whether this bstr and if it wasn't set empty
  * yesbstr: returns true if the value equals "yes"
there also is a CAPITAL version of each, for dynamicaly calculated keys.
* replaced all atol(bstr()), strcmp(bstr(), "yes") IsEmptyStr(bstr()) by the above.
22 files changed:
webcit/auth.c
webcit/calendar.c
webcit/calendar_view.c
webcit/downloads.c
webcit/event.c
webcit/floors.c
webcit/graphics.c
webcit/iconbar.c
webcit/mainmenu.c
webcit/messages.c
webcit/netconf.c
webcit/paging.c
webcit/preferences.c
webcit/roomops.c
webcit/sieve.c
webcit/siteconfig.c
webcit/sysmsgs.c
webcit/useredit.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/who.c