diff options
Diffstat (limited to 'plugins/UserInfoEx/src/svc_email.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_email.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/UserInfoEx/src/svc_email.h b/plugins/UserInfoEx/src/svc_email.h index c306124423..4161ebc8f8 100644 --- a/plugins/UserInfoEx/src/svc_email.h +++ b/plugins/UserInfoEx/src/svc_email.h @@ -22,10 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _UINFOEX_SVCEMAIL_H_INCLUDED_
#define _UINFOEX_SVCEMAIL_H_INCLUDED_
-VOID SvcEMailRebuildMenu();
-VOID SvcEMailEnableExtraIcons(BOOLEAN bEnable, BOOLEAN bUpdateDB = FALSE);
-VOID SvcEMailOnModulesLoaded();
-VOID SvcEMailLoadModule();
-VOID SvcEMailUnloadModule();
+void SvcEMailRebuildMenu();
+void SvcEMailEnableExtraIcons(BYTE bEnable, BYTE bUpdateDB = FALSE);
+void SvcEMailOnModulesLoaded();
+void SvcEMailLoadModule();
+void SvcEMailUnloadModule();
#endif /* _UINFOEX_SVCEMAIL_H_INCLUDED_ */
\ No newline at end of file |