summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/tktlist.h
blob: 1ebd146a7556c4842daf4472b4ab7c9e08a64c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * tktlist.h
 *
 * Handle all actions of the Kerberos ticket list.
 *
 * Copyright 1994 by the Massachusetts Institute of Technology. 
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>. 
 */

/* Only one time, please */
#ifndef	TKTLIST_DEFS
#define TKTLIST_DEFS

/*
 * Prototypes
 */
BOOL ticket_init_list(
	HWND hwnd);

void ticket_destroy(
	HWND hwnd);

LONG ticket_measureitem(
	HWND hwnd,
	WPARAM wparam,
	LPARAM lparam);

LONG ticket_drawitem(
	HWND hwnd,
	WPARAM wparam,
	LPARAM lparam);

#endif