diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-04 17:49:05 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-04 17:49:05 +0000 |
commit | c081248a92bb7c1eb2681156e829affd28fa8080 (patch) | |
tree | 1d3b5fece67284995d67c7ca63c027095bfda0fb /Protocols/IAX/IAXProto.h | |
parent | 894989e1bd2885ef7d7c9a5c9df8c8d689d02fb8 (diff) |
iax: 0.1.1.0
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@204 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r-- | Protocols/IAX/IAXProto.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h index 5a9a1f3..584342b 100644 --- a/Protocols/IAX/IAXProto.h +++ b/Protocols/IAX/IAXProto.h @@ -119,10 +119,10 @@ private: INT_PTR __cdecl OnOptionsInit(WPARAM wParam,LPARAM lParam);
INT_PTR __cdecl OnPreShutdown(WPARAM wParam,LPARAM lParam);
- void Trace(TCHAR *fmt, ...);
- void Info(TCHAR *fmt, ...);
- void Error(TCHAR *fmt, ...);
- void ShowMessage(int type, TCHAR *fmt, va_list args);
+ void Trace(const TCHAR *fmt, ...);
+ void Info(const TCHAR *fmt, ...);
+ void Error(const TCHAR *fmt, ...);
+ void ShowMessage(int type, const TCHAR *fmt, va_list args);
void Disconnect();
INT_PTR __cdecl CreateAccMgrUI(WPARAM wParam, LPARAM lParam);
|