Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / test / vos.h
CommitLineData
805e021f
CE
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_vosAdmin.h>
29#include <afs/afs_utilAdmin.h>
30
31#include <afs/cellconfig.h>
32#include <afs/cmd.h>
33#include "common.h"
34
35void
36 SetupVosAdminCmd(void);