2 * Copyright 2000, International Business Machines Corporation and others.
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
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);