diff options
Diffstat (limited to 'plugins/AutoShutdown/utils.h')
-rw-r--r-- | plugins/AutoShutdown/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoShutdown/utils.h b/plugins/AutoShutdown/utils.h index 98b4825ec0..d70dd980d7 100644 --- a/plugins/AutoShutdown/utils.h +++ b/plugins/AutoShutdown/utils.h @@ -45,4 +45,4 @@ HANDLE IcoLib_AddIconRes(const char *pszDbName,const TCHAR *pszSection,const TCH HICON IcoLib_GetIcon(const char *pszDbName);
int IcoLib_ReleaseIcon(HICON hIcon);
int SkinAddNewSoundBundled(const char *pszDbName,const char *pszSection,const char *pszDesc,const char *pszSubDir,const char *pszDefaultFile);
-int SkinAddNewHotkey(const char *pszDbName,const char* pszSection,const char *pszDescription,UINT vk,UINT hotkeyfModifiers,const char *pszServiceName);
+void AddHotkey();
|