backport to buster
[hcoop/debian/openafs.git] / src / ptserver / ptopcodes.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 #define LOWEST_OPCODE 500
11 #define PRINEWUSER 500
12 #define PRWHEREISIT 501
13 #define PRDUMPENTRY 502
14 #define PRADDTOGROUP 503
15 #define PRNAMETOID 504
16 #define PRIDTONAME 505
17 #define PRDELETE 506
18 #define PRREMOVEFROMGROUP 507
19 #define PRGETCPS 508
20 #define PRNEWENTRY 509
21 #define PRLISTMAX 510
22 #define PRSETMAX 511
23 #define PRLISTENTRY 512
24 #define PRCHANGEENTRY 513
25 #define PRLISTELEMENTS 514
26 #define PRISAMEMBEROF 515
27 #define PRSETFIELDSENTRY 516
28 #define PRLISTOWNED 517
29 #define PRGETCPS2 518
30 #define PRGETHOSTCPS 519
31 #define PRUPDATEENTRY 520
32 #define PRLISTENTRIES 521
33 #define PRLISTSUPERGROUPS 530
34 #define HIGHEST_OPCODE 530