Mercurial > noffle
changeset 30:05f71c7d5a70 noffle
[svn] Added comment
author | enz |
---|---|
date | Sun, 30 Apr 2000 15:21:34 +0100 |
parents | 4d455c29bfd1 |
children | cf838072290d |
files | database.h |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/database.h Sun Apr 30 12:17:40 2000 +0100 +++ b/database.h Sun Apr 30 15:21:34 2000 +0100 @@ -3,7 +3,7 @@ Article database. - $Id: database.h 32 2000-04-29 14:45:56Z enz $ + $Id: database.h 36 2000-04-30 14:21:34Z enz $ */ #ifndef DB_H @@ -26,9 +26,14 @@ void Db_close( void ); +/* + Creates an database entry for the article from the overview + information. Xref is replaced by grp:numb. +*/ Bool Db_prepareEntry( const Over *ov, const char *grp, int numb ); +/* Store full article. Can only be used after Db_prepareEntry. */ Bool Db_storeArt( const char *msgId, const char *artTxt );