Mercurial > noffle
changeset 10:d3fb34cb8198 noffle
[svn] Added comment
| author | enz | 
|---|---|
| date | Tue, 11 Apr 2000 07:50:16 +0100 | 
| parents | 6deb8bb73f2a | 
| children | 9c32711fc479 | 
| files | protocol.c | 
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/protocol.c Tue Apr 11 07:36:57 2000 +0100 +++ b/protocol.c Tue Apr 11 07:50:16 2000 +0100 @@ -1,7 +1,7 @@ /* protocol.c - $Id: protocol.c 3 2000-01-04 11:35:42Z enz $ + $Id: protocol.c 16 2000-04-11 06:50:16Z enz $ */ #include <ctype.h> @@ -237,6 +237,7 @@ snprintf( domain, MAXCHAR, "%s%s", myDomain, addTopLevel ); } +/* See RFC 850, section 2.1.7 */ Bool Prt_isValidMsgId( const char *msgId ) {
