Mercurial > noffle
diff src/database.h @ 482:a04c52f87b6e noffle
[svn] * docs/noffle.1,src/database.h,src/database.c,src/noffle.c,src/server.c:
Add new '-U, --uninteresting' option. This removes an article from the
list of requested articles and removes its INTERESTING marker.
author | bears |
---|---|
date | Thu, 14 Oct 2004 00:26:48 +0100 |
parents | 3477050e8d10 |
children |
line wrap: on
line diff
--- a/src/database.h Wed Oct 13 22:59:41 2004 +0100 +++ b/src/database.h Thu Oct 14 00:26:48 2004 +0100 @@ -3,7 +3,7 @@ Article database. - $Id: database.h 403 2002-11-10 11:32:17Z bears $ + $Id: database.h 629 2004-10-13 23:26:48Z bears $ */ #ifndef DB_H @@ -115,4 +115,8 @@ Bool Db_rebuild( void ); +/* Utility function - find the upstream server for a particular message */ +Bool +Db_findServer( const char *msgId, Str server ); + #endif