summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_constants.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-28 14:55:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-28 14:55:49 +0000
commit056d2be888a4235a109a123b7b2a715aa3ff72ba (patch)
treeb1956081bb951f44ced81414db7656a832613b71 /plugins/UserInfoEx/src/svc_constants.h
parent5f03619d3bbda7a617f50ded2698cffc434dd525 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_constants.h')
-rw-r--r--plugins/UserInfoEx/src/svc_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.h b/plugins/UserInfoEx/src/svc_constants.h
index d383cb44d3..76f9421296 100644
--- a/plugins/UserInfoEx/src/svc_constants.h
+++ b/plugins/UserInfoEx/src/svc_constants.h
@@ -165,7 +165,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
typedef struct CIDList
{
- INT nID;
+ int nID;
LPCSTR pszText;
LPTSTR ptszTranslated;
@@ -180,7 +180,7 @@ INT_PTR GetPastList(LPUINT pListSize, LPIDSTRLIST *pList);
INT_PTR GetAffiliationsList(LPUINT pListSize, LPIDSTRLIST *pList);
INT_PTR GetNamePrefixList(LPUINT pListSize, LPIDSTRLIST *pList);
-VOID SvcConstantsLoadModule(VOID);
-VOID SvcConstantsUnloadModule(VOID);
+void SvcConstantsLoadModule(void);
+void SvcConstantsUnloadModule(void);
#endif /* _SVC_CONSTANTS_INCLUDED_ */ \ No newline at end of file