death to trailing whitespace
[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 #ifndef AFS_NT40_ENV
22 #include <sys/types.h>
23 #include <sys/socket.h>
24 #include <netinet/in.h>
25 #include <arpa/inet.h>
26 #endif
27
28 #include <pthread.h>
29
30 #include <rx/rx.h>
31 #include <rx/rxstat.h>
32
33 #include <afs/afs_Admin.h>
34 #include <afs/afs_utilAdmin.h>
35
36 #include <afs/cellconfig.h>
37 #include <afs/cmd.h>
38 #include "common.h"
39
40 int
41   DoUtilErrorTranslate(struct cmd_syndesc *as, void *arock);
42
43 int
44   DoUtilDatabaseServerList(struct cmd_syndesc *as, void *arock);
45
46 int
47   DoUtilNameToAddress(struct cmd_syndesc *as, void *arock);
48
49 void
50   SetupUtilAdminCmd(void);