386BSD 0.1 development
[unix-history] / usr / othersrc / contrib / isode / h / quipu / modifyrdn.h
CommitLineData
2596a09e
WJ
1/* modifyrdn.h - */
2
3/*
4 * $Header: /f/osi/h/quipu/RCS/modifyrdn.h,v 7.1 91/02/22 09:25:59 mrose Interim $
5 *
6 *
7 * $Log: modifyrdn.h,v $
8 * Revision 7.1 91/02/22 09:25:59 mrose
9 * Interim 6.8
10 *
11 * Revision 7.0 89/11/23 21:56:39 mrose
12 * Release 6.0
13 *
14 */
15
16/*
17 * NOTICE
18 *
19 * Acquisition, use, and distribution of this module and related
20 * materials are subject to the restrictions of a license agreement.
21 * Consult the Preface in the User's Manual for the full terms of
22 * this agreement.
23 *
24 */
25
26
27#ifndef QUIPUMODRDN
28#define QUIPUMODRDN
29
30#include "quipu/commonarg.h"
31#include "quipu/ds_error.h"
32#include "quipu/dap.h"
33
34struct ds_modifyrdn_arg {
35 CommonArgs mra_common;
36 DN mra_object;
37 RDN mra_newrdn;
38 char deleterdn; /* set to TRUE or FLASE */
39};
40
41#endif