Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / client_creds / credstab.h
1 #ifndef CREDSTAB_H
2 #define CREDSTAB_H
3
4
5 /*
6  * PROTOTYPES _________________________________________________________________
7  *
8  */
9
10 void ShowObtainCreds (BOOL fExpiring, LPTSTR pszCell);
11
12 BOOL CALLBACK Creds_DlgProc (HWND hDlg, UINT msg, WPARAM wp, LPARAM lp);
13
14
15 #endif
16