summaryrefslogtreecommitdiff
path: root/net/ztelnet/files/patch-az
blob: c691dbcade0872287876d7809e8bd5528c2c5bac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zmodem.h work/ztelnet/zmodem/zmodem.h
--- work.old/ztelnet/zmodem/zmodem.h	Mon Apr 24 23:34:19 1995
+++ work/ztelnet/zmodem/zmodem.h	Tue Jun 20 22:58:33 2000
@@ -117,9 +117,9 @@
 /* Parameters for ZCOMMAND frame ZF0 (otherwise 0) */
 #define ZCACK1	1	/* Acknowledge, then do command */
 
-/* PMS
-unsigned long rclhdr();
-*/
+/*-----Modified by yongari to shut up compiler------*/
+/* unsigned long rclhdr(); */
+STATIC unsigned long rclhdr();
 
 /* Globals used by ZMODEM functions */
 extern Rxframeind;	/* ZBIN ZBIN32, or ZHEX type of frame */