diff src/content.h @ 49:5ecb646acf97 noffle

[svn] Article numbering bug fixes
author bears
date Sat, 06 May 2000 17:56:50 +0100
parents 32ba1198c6fa
children ffb1848a39db
line wrap: on
line diff
--- a/src/content.h	Sat May 06 17:55:22 2000 +0100
+++ b/src/content.h	Sat May 06 17:56:50 2000 +0100
@@ -8,7 +8,7 @@
   filename SPOOLDIR/overview/GROUPNAME. One entire overview file is read
   and cached in memory, at a time.
 
-  $Id: content.h 51 2000-05-05 23:49:38Z uh1763 $ 
+  $Id: content.h 55 2000-05-06 16:56:50Z bears $ 
 */
 
 #ifndef CONT_H
@@ -54,6 +54,9 @@
 int
 Cont_last( void );
 
+int
+Cont_find( const char *msgId );
+
 const char *
 Cont_grp( void );