Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / client_creds / window.h
blobc409bc7ce728ba4f9a6afed1664639be11741c78
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
10 #ifndef WINDOW_H
11 #define WINDOW_H
15 * DEFINITIONS ________________________________________________________________
19 #define WM_TRAYICON (WM_USER+100)
23 * PROTOTYPES _________________________________________________________________
27 BOOL CALLBACK Main_DlgProc (HWND hWnd, UINT msg, WPARAM wp, LPARAM lp);
29 void Main_RepopulateTabs (BOOL fDestroyInvalid);
30 void Main_EnableRemindTimer (BOOL fEnable);
31 void Main_Show (BOOL fShow);
32 size_t Main_FindExpiredCreds (void);
35 #endif