summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/dbevent.h
blob: 68719c21c0dfa922dcadfe2caf6f1df1e1d358d7 (plain)
1
2
3
4
5
6
7
8
#ifndef __DBEVENT_H__
#define __DBEVENT_H__

#include <windows.h>

void HistoryLog(HANDLE,LPCSTR);

#endif