From b67c40f21c0fe0c80a3ddd31b0b09f71bf5d97d7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 14 Aug 2013 19:04:55 +0000 Subject: mir_*printf patch for protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@5690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/utilities.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/IcqOscarJ/src/utilities.h') diff --git a/protocols/IcqOscarJ/src/utilities.h b/protocols/IcqOscarJ/src/utilities.h index fe01ea8c34..de1274081b 100644 --- a/protocols/IcqOscarJ/src/utilities.h +++ b/protocols/IcqOscarJ/src/utilities.h @@ -75,13 +75,11 @@ int __fastcall strlennull(const char *string); int __fastcall strcmpnull(const char *str1, const char *str2); int __fastcall stricmpnull(const char *str1, const char *str2); char* __fastcall strstrnull(const char *str, const char *substr); -int null_snprintf(char *buffer, size_t count, const char *fmt, ...); char* __fastcall null_strdup(const char *string); char* __fastcall null_strcpy(char *dest, const char *src, size_t maxlen); int __fastcall null_strcut(char *string, int maxlen); int __fastcall strlennull(const WCHAR *string); -int null_snprintf(WCHAR *buffer, size_t count, const WCHAR *fmt, ...); WCHAR* __fastcall null_strdup(const WCHAR *string); WCHAR* __fastcall null_strcpy(WCHAR *dest, const WCHAR *src, size_t maxlen); -- cgit v1.2.3