Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / test / pts.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 pts 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 <afs/afs_Admin.h>
25 #include <afs/afs_ptsAdmin.h>
26 #include <afs/afs_utilAdmin.h>
27
28 #include <afs/cellconfig.h>
29 #include <afs/cmd.h>
30 #include "common.h"
31
32 void
33 SetupPtsAdminCmd(void);