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

CVS update: Vanilla/tools



Date:	Wednesday May 19, 1999 @ 22:48
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv2231

Modified Files:
	cambot.c 
Log Message:
continuum compile fixes

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

Index: Vanilla/tools/cambot.c
diff -u Vanilla/tools/cambot.c:1.7 Vanilla/tools/cambot.c:1.8
--- Vanilla/tools/cambot.c:1.7	Wed May 19 22:39:20 1999
+++ Vanilla/tools/cambot.c	Wed May 19 22:48:45 1999
@@ -53,7 +53,9 @@
 int bounceSBStats(int from) {}
 int bouncePingStats(int from) {}
 int bounceSessionStats(int from) {}
-
+#ifdef RSA
+int bounceRSAClientType (int from) { if (from) ; }
+#endif
 
 extern void sndTorp();