blob: 63c6671dbf854ad77ad048ea6eaf6c6148e7f46d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _TIME_DISPLAY_INC
#define _TIME_DISPLAY_INC
#include "resource.h"
#include "timezone_list.h"
int show_time(HANDLE hContact);
void time_windows_cleanup();
void time_windows_init();
#endif
|