summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/acc.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-13 07:47:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-13 07:47:16 +0000
commitcce79a92d5341111997eaf7fd0a420fdddc3e50d (patch)
tree5b7677c4fae5647220b0e9e160296c2834826d6e /plugins/AVS/src/acc.h
parent3a93a20a595f312127dc086bc673b41a3bcd9def (diff)
AVS: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/acc.h')
-rw-r--r--plugins/AVS/src/acc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/AVS/src/acc.h b/plugins/AVS/src/acc.h
index 4ac03915f0..356a09dea3 100644
--- a/plugins/AVS/src/acc.h
+++ b/plugins/AVS/src/acc.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
@@ -14,15 +14,15 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
#ifndef __ACC_H__
# define __ACC_H__
-INT_PTR avSetAvatar(MCONTACT hContact, TCHAR* tszPath );
-INT_PTR avSetMyAvatar( char* szProto, TCHAR* tszPath );
+static INT_PTR avSetAvatar(MCONTACT hContact, TCHAR *tszPath);
+INT_PTR avSetMyAvatar(char *szProto, TCHAR *tszPath);
int LoadACC();