diff options
Diffstat (limited to 'protocols/YAMN/src/stdafx.h')
-rw-r--r-- | protocols/YAMN/src/stdafx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/YAMN/src/stdafx.h b/protocols/YAMN/src/stdafx.h index 7bf16f3793..f822946aeb 100644 --- a/protocols/YAMN/src/stdafx.h +++ b/protocols/YAMN/src/stdafx.h @@ -237,9 +237,7 @@ extern char *iconDescs[]; extern char *iconNames[]; extern HIMAGELIST CSImages; -extern void __stdcall SSL_DebugLog(const char *fmt, ...); - -extern int YAMN_STATUS; +extern void __stdcall SSL_DebugLog(const char *fmt, ...); extern struct WndHandles *MessageWnd; |