Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afsusrmgr / creds.h
1 #ifndef CREDS_H
2 #define CREDS_H
3
4 /*
5  * PROTOTYPES _________________________________________________________________
6  *
7  */
8
9 int OpenCellDialog (void);
10 BOOL NewCredsDialog (void);
11 void CheckForExpiredCredentials (void);
12 BOOL CheckCredentials (BOOL fComplain);
13 void ShowCurrentCredentials (void);
14
15 #endif
16