diff src/protocol.h @ 111:6f681d41734c noffle

[svn] path-header added.
author bears
date Sat, 24 Jun 2000 21:28:01 +0100
parents 32ba1198c6fa
children 8b9366fc1361
line wrap: on
line diff
--- a/src/protocol.h	Sat Jun 24 21:20:01 2000 +0100
+++ b/src/protocol.h	Sat Jun 24 21:28:01 2000 +0100
@@ -4,7 +4,7 @@
   Functions related with the NNTP protocol which are useful for both
   the server and the client.
 
-  $Id: protocol.h 51 2000-05-05 23:49:38Z uh1763 $
+  $Id: protocol.h 155 2000-06-24 20:28:01Z bears $
 */
 
 #ifndef PRT_H
@@ -106,4 +106,7 @@
 void
 Prt_genMsgId( Str msgId, const char *from, const char *suffix );
 
+void
+Prt_genPathHdr( Str pathHdr, const char *from );
+
 #endif