summaryrefslogtreecommitdiff
path: root/otr/utils.h
blob: 4b78e286514feccff278e76a891e0439d0bdaf9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _UTILS_INC
#define _UTILS_INC

extern HICON hProtoIcon, hLockIcon, hUnlockIcon;

void InitUtils();
void DeinitUtils();

void ShowPopup( const char* line1, const char* line2, int timeout);
void ShowWarning(char *msg);
void ShowError(char *msg);

bool CreatePath(const char *path);

#endif