summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/YAMN/src')
-rw-r--r--protocols/YAMN/src/proto/netlib.cpp2
-rw-r--r--protocols/YAMN/src/proto/pop3/pop3comm.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/YAMN/src/proto/netlib.cpp b/protocols/YAMN/src/proto/netlib.cpp
index a2f924294e..34366fa734 100644
--- a/protocols/YAMN/src/proto/netlib.cpp
+++ b/protocols/YAMN/src/proto/netlib.cpp
@@ -31,7 +31,7 @@ void __stdcall SSL_DebugLog(const char *fmt, ...)
va_end(vararg);
}
-HANDLE RegisterNLClient(const char *name)
+HANDLE RegisterNLClient(char *name)
{
#ifdef DEBUG_COMM
DebugLog(CommFile, "<Register PROXY support>");
diff --git a/protocols/YAMN/src/proto/pop3/pop3comm.cpp b/protocols/YAMN/src/proto/pop3/pop3comm.cpp
index 4d5f7c9fa8..690cad6e86 100644
--- a/protocols/YAMN/src/proto/pop3/pop3comm.cpp
+++ b/protocols/YAMN/src/proto/pop3/pop3comm.cpp
@@ -131,7 +131,7 @@ YAMN_PROTOREGISTRATION POP3ProtocolRegistration =
static wchar_t *FileName = nullptr;
-HANDLE RegisterNLClient(const char *name);
+HANDLE RegisterNLClient(char *name);
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------