You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
445 B

diff -NrU5 postal-0.69.orig/bhm.cpp postal-0.69/bhm.cpp
--- postal-0.69.orig/bhm.cpp 2008-04-23 01:47:25.000000000 +0200
+++ postal-0.69/bhm.cpp 2008-04-23 02:10:17.000000000 +0200
@@ -67,11 +67,11 @@
Logit *debug;
} thread_data;
enum { eFree = 0, eUsed, eFinished };
-int check_sender(CPCCHAR addr)
+int check_sender(CPCCHAR)
{
return 0;
}
int readCommand(base_tcp &t, char *buf, int bufSize, bool stripCR, int timeout = 60);