comparison src/database.h @ 127:3c71e28c8eef noffle

[svn] Release-1-0 mergedocs/NOTES
author bears
date Tue, 25 Jul 2000 13:14:54 +0100
parents adf0af5152f7
children 52f467c7213b
comparison
equal deleted inserted replaced
126:7c7a7c96d35b 127:3c71e28c8eef
1 /* 1 /*
2 database.h 2 database.h
3 3
4 Article database. 4 Article database.
5 5
6 $Id: database.h 67 2000-05-12 17:19:38Z enz $ 6 $Id: database.h 183 2000-07-25 12:14:54Z bears $
7 */ 7 */
8 8
9 #ifndef DB_H 9 #ifndef DB_H
10 #define DB_H 10 #define DB_H
11 11
88 88
89 /* Xref header line without hostname */ 89 /* Xref header line without hostname */
90 const char * 90 const char *
91 Db_xref( const char *msgId ); 91 Db_xref( const char *msgId );
92 92
93 /* Overview - need to del_Over result when finished with */
94 Over *
95 Db_over( const char *msgId );
96
93 Bool 97 Bool
94 Db_contains( const char *msgId ); 98 Db_contains( const char *msgId );
95 99
96 /* Delete entry from database */ 100 /* Delete entry from database */
97 void 101 void