summaryrefslogtreecommitdiff
path: root/worldtime_protocol/time_display.h
blob: f671065a88fbbc42f601c84d0d4dd94104a97772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _TIME_DISPLAY_INC
#define _TIME_DISPLAY_INC

#include <map>
#include "resource.h"

#include "timezone_list.h"

int show_time(HANDLE hContact);

void time_windows_cleanup();
void time_windows_init();

#endif