Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrmgr / 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
14 #endif
15