comparison 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
comparison
equal deleted inserted replaced
110:d23f038454d4 111:6f681d41734c
2 protocol.h 2 protocol.h
3 3
4 Functions related with the NNTP protocol which are useful for both 4 Functions related with the NNTP protocol which are useful for both
5 the server and the client. 5 the server and the client.
6 6
7 $Id: protocol.h 51 2000-05-05 23:49:38Z uh1763 $ 7 $Id: protocol.h 155 2000-06-24 20:28:01Z bears $
8 */ 8 */
9 9
10 #ifndef PRT_H 10 #ifndef PRT_H
11 #define PRT_H 11 #define PRT_H
12 12
104 Prt_isValidMsgId( const char *msgId ); 104 Prt_isValidMsgId( const char *msgId );
105 105
106 void 106 void
107 Prt_genMsgId( Str msgId, const char *from, const char *suffix ); 107 Prt_genMsgId( Str msgId, const char *from, const char *suffix );
108 108
109 void
110 Prt_genPathHdr( Str pathHdr, const char *from );
111
109 #endif 112 #endif