K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2010-05-30T16:24:05.166093Z
K 7
svn:log
V 680
Convert libstorage to POD.

Fixes during the process:

* ARTHANDLE contains two different ways of representing article data:  an
iovec array, and a char*/length pair.  One is used by SMstore and the
other by SMretrieve, but this is not documented.  Patch from Ian Jackson
to fix that.

* OVadd has a time_t expires parameter.

* OVexpiregroup has a struct history *h parameter.

* OVgetartinfo does not have char **data and int *len parameters.

* SMexplaintoken(const TOKEN token) was not documented.

* Dot-stuffing was not clearly documented.

* Structs and enums were not all mentioned.

* EXPENSIVESTAT was not documented.

* OVCACHEKEEP and OVCACHEFREE were not documented.

END
