Refresh Patches
This commit is contained in:
parent
1a7f29f7d7
commit
6e6693fde1
|
@ -9,17 +9,6 @@
|
||||||
|
|
||||||
memcpy(&rlen, &Decoded[5], 4);
|
memcpy(&rlen, &Decoded[5], 4);
|
||||||
|
|
||||||
--- a/MBLRoutines.c
|
|
||||||
+++ b/MBLRoutines.c
|
|
||||||
@@ -23,7 +23,7 @@
|
|
||||||
|
|
||||||
#include "bpqmail.h"
|
|
||||||
|
|
||||||
-void SendMessageReadEvent(struct UserInfo * user, struct MsgInfo * Msg);
|
|
||||||
+void SendMessageReadEvent(char * Call, struct MsgInfo * Msg);
|
|
||||||
|
|
||||||
|
|
||||||
VOID ProcessMBLLine(CIRCUIT * conn, struct UserInfo * user, UCHAR* Buffer, int len)
|
|
||||||
--- a/bpqmail.h
|
--- a/bpqmail.h
|
||||||
+++ b/bpqmail.h
|
+++ b/bpqmail.h
|
||||||
@@ -695,8 +695,8 @@
|
@@ -695,8 +695,8 @@
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
static UCHAR * DISPLAY_NETROM(MESSAGE * ADJBUFFER, UCHAR * Output, int MsgLen, int DoNodes);
|
static UCHAR * DISPLAY_NETROM(MESSAGE * ADJBUFFER, UCHAR * Output, int MsgLen, int DoNodes);
|
||||||
--- a/Bpq32.c
|
--- a/Bpq32.c
|
||||||
+++ b/Bpq32.c
|
+++ b/Bpq32.c
|
||||||
@@ -1406,7 +1406,6 @@
|
@@ -1411,7 +1411,6 @@
|
||||||
VOID FindLostBuffers();
|
VOID FindLostBuffers();
|
||||||
BOOL InitializeTNCEmulator();
|
BOOL InitializeTNCEmulator();
|
||||||
VOID TNCTimer();
|
VOID TNCTimer();
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
|
|
||||||
--- a/CommonCode.c
|
--- a/CommonCode.c
|
||||||
+++ b/CommonCode.c
|
+++ b/CommonCode.c
|
||||||
@@ -568,7 +568,7 @@
|
@@ -570,7 +570,7 @@
|
||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
return 0;
|
return 0;
|
||||||
--- a/UZ7HODrv.c
|
--- a/UZ7HODrv.c
|
||||||
+++ b/UZ7HODrv.c
|
+++ b/UZ7HODrv.c
|
||||||
@@ -369,7 +369,7 @@
|
@@ -374,7 +374,7 @@
|
||||||
{
|
{
|
||||||
// Read Freq
|
// Read Freq
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -377,7 +377,7 @@
|
@@ -382,7 +382,7 @@
|
||||||
|
|
||||||
if (AGW->CenterFreq == 0)
|
if (AGW->CenterFreq == 0)
|
||||||
{
|
{
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
|
|
||||||
--- a/kiss.c
|
--- a/kiss.c
|
||||||
+++ b/kiss.c
|
+++ b/kiss.c
|
||||||
@@ -1469,7 +1469,7 @@
|
@@ -1476,7 +1476,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue