diff options
Diffstat (limited to 'plugins/UserInfoEx/src/svc_contactinfo.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_contactinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_contactinfo.h b/plugins/UserInfoEx/src/svc_contactinfo.h index b438ca7255..ffbed41915 100644 --- a/plugins/UserInfoEx/src/svc_contactinfo.h +++ b/plugins/UserInfoEx/src/svc_contactinfo.h @@ -23,6 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _UINFOEX_SVCCONTACTS_H_INCLUDED_
INT_PTR GetContactInfo(WPARAM wParam, LPARAM lParam);
-VOID SvcContactInfoLoadModule(VOID);
+void SvcContactInfoLoadModule(void);
#endif /* _UINFOEX_SVCCONTACTS_H_INCLUDED_ */
\ No newline at end of file |