summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/svcs_srmm.h
blob: d64c89ab4ee172cd7c3c90179d59a18e2aa0e5ef (plain)
1
2
3
4
5
6
7
8
9
#ifndef __SVCS_SRMM_H__
#define __SVCS_SRMM_H__

#include <windows.h>

int __cdecl onWindowEvent(WPARAM,LPARAM);
int __cdecl onIconPressed(WPARAM,LPARAM);

#endif