5ea0bfb7ead61a856b2cd849fa2f827eac07b690
[openafs.git] / src / libadmin / test / util.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 /*
11  * This file implements the bos related funtions for afscp
12  */
13
14 #include <afs/stds.h>
15
16 #include <stddef.h>
17 #include <stdlib.h>
18 #include <stdio.h>
19 #include <string.h>
20 #include <errno.h>
21
22 #include <pthread.h>
23
24 #include <rx/rx.h>
25 #include <rx/rxstat.h>
26
27 #include <afs/afs_Admin.h>
28 #include <afs/afs_utilAdmin.h>
29
30 #include <afs/cellconfig.h>
31 #include <afs/cmd.h>
32 #include "common.h"
33
34 int
35   DoUtilErrorTranslate(struct cmd_syndesc *as, void *arock);
36
37 int
38   DoUtilDatabaseServerList(struct cmd_syndesc *as, void *arock);
39
40 int
41   DoUtilNameToAddress(struct cmd_syndesc *as, void *arock);
42
43 void
44   SetupUtilAdminCmd(void);