winnt-dont-display-ibm-legal-message-20040326
[openafs.git] / src / WINNT / afsadmsvr / TaAfsAdmSvrInternal.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
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  */
9
10 #ifndef TAAFSADMSVRINTERNAL_H
11 #define TAAFSADMSVRINTERNAL_H
12
13
14 /*
15  * INCLUSIONS _________________________________________________________________
16  *
17  */
18
19 #include <rpc.h>
20 #include <rpcndr.h>
21 #include <WINNT/AfsClass.h>
22 #include <WINNT/TaAfsAdmSvr.h>
23
24 #include "TaAfsAdmSvrDebug.h"
25 #include "TaAfsAdmSvrSearch.h"
26 #include "TaAfsAdmSvrProperties.h"
27 #include "TaAfsAdmSvrGeneral.h"
28 #include "TaAfsAdmSvrCallback.h"
29
30 extern "C" {
31 #include <afs/afs_Admin.h>
32 #include <afs/afs_kasAdmin.h>
33 #include <afs/afs_ptsAdmin.h>
34 #include <afs/afs_vosAdmin.h>
35 #include <afs/afs_bosAdmin.h>
36 #include <afs/afs_clientAdmin.h>
37 #include <afs/afs_utilAdmin.h>
38 } // extern "C"
39
40
41 #endif // TAAFSADMSVRINTERNAL_H
42