Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / client_creds / window.h
1 #ifndef WINDOW_H
2 #define WINDOW_H
3
4
5 /*
6  * DEFINITIONS ________________________________________________________________
7  *
8  */
9
10 #define WM_TRAYICON          (WM_USER+100)
11
12
13 /*
14  * PROTOTYPES _________________________________________________________________
15  *
16  */
17
18 BOOL CALLBACK Main_DlgProc (HWND hWnd, UINT msg, WPARAM wp, LPARAM lp);
19
20 void Main_RepopulateTabs (BOOL fDestroyInvalid);
21 void Main_EnableRemindTimer (BOOL fEnable);
22 void Main_Show (BOOL fShow);
23 size_t Main_FindExpiredCreds (void);
24
25
26 #endif
27