Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Friday March 24, 2000 @ 13:55
Author:	karthik

Update of /home/netrek/cvsroot/Vanilla/tools
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv23798

Modified Files:
	cambot.c 
Log Message:
Changes to support a 'whois' command.


****************************************

Index: Vanilla/tools/cambot.c
diff -u Vanilla/tools/cambot.c:1.9 Vanilla/tools/cambot.c:1.10
--- Vanilla/tools/cambot.c:1.9	Sun Jul 11 22:33:04 1999
+++ Vanilla/tools/cambot.c	Fri Mar 24 13:55:36 2000
@@ -53,6 +53,7 @@
 int bounceSBStats(int from) {return 0;}
 int bouncePingStats(int from) {return 0;}
 int bounceSessionStats(int from) {return 0;}
+int bounceWhois(int from) {return 0;}
 #ifdef RSA
 int bounceRSAClientType (int from) { if (from) ; return 0; }
 #endif