diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-07 08:58:22 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-07 08:58:22 +0000 |
commit | a45bb7a68890742e03c834c0f63b844ff822f16e (patch) | |
tree | 076ce16cd21f7cc23f4d299aa7b3e9b56798efc3 /plugins/YahooGroups/src/utils.h | |
parent | 579f082773b21818968b886fa566446ee9705218 (diff) |
project cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YahooGroups/src/utils.h')
-rw-r--r-- | plugins/YahooGroups/src/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/YahooGroups/src/utils.h b/plugins/YahooGroups/src/utils.h index f2f0411de7..9133633caf 100644 --- a/plugins/YahooGroups/src/utils.h +++ b/plugins/YahooGroups/src/utils.h @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_UTILS_H
#define M_YAHOOGROUPS_UTILS_H
-#include <stdarg.h>
#include "commonheaders.h"
//#define USE_LOG
@@ -59,6 +58,4 @@ void GetContactProtocol(HANDLE hContact, char *szProto, int size); int MyPUShowMessage(char *lpzText, BYTE kind);
-inline char *STRNCPY(char *output, const char *input, size_t size);
-
#endif
\ No newline at end of file |