386BSD 0.1 development
[unix-history] / usr / othersrc / contrib / isode / h / quipu / remove.h
CommitLineData
2596a09e
WJ
1/* remove.h - */
2
3/*
4 * $Header: /f/osi/h/quipu/RCS/remove.h,v 7.1 91/02/22 09:26:06 mrose Interim $
5 *
6 *
7 * $Log: remove.h,v $
8 * Revision 7.1 91/02/22 09:26:06 mrose
9 * Interim 6.8
10 *
11 * Revision 7.0 89/11/23 21:56:43 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 QUIPUREMOVE
28#define QUIPUREMOVE
29
30#include "quipu/commonarg.h"
31#include "quipu/ds_error.h"
32#include "quipu/dap.h"
33
34struct ds_removeentry_arg {
35 CommonArgs rma_common;
36 DN rma_object;
37};
38
39#endif