|
|
1.1 root 1: /* compare.h - */
2:
3: /*
4: * $Header: /f/osi/h/quipu/RCS/compare.h,v 7.0 89/11/23 21:56:26 mrose Rel $
5: *
6: *
7: * $Log: compare.h,v $
8: * Revision 7.0 89/11/23 21:56:26 mrose
9: * Release 6.0
10: *
11: */
12:
13: /*
14: * NOTICE
15: *
16: * Acquisition, use, and distribution of this module and related
17: * materials are subject to the restrictions of a license agreement.
18: * Consult the Preface in the User's Manual for the full terms of
19: * this agreement.
20: *
21: */
22:
23:
24: #ifndef QUIPUCOMP
25: #define QUIPUCOMP
26:
27: #include "quipu/commonarg.h"
28: #include "quipu/ds_error.h"
29: #include "quipu/dap.h"
30:
31: struct ds_compare_arg {
32: CommonArgs cma_common;
33: DN cma_object;
34: AVA cma_purported;
35: };
36:
37: struct ds_compare_result {
38: CommonResults cmr_common;
39: DN cmr_object;
40: char cmr_matched; /* set to TRUE or FALSE */
41: char cmr_iscopy; /* values defined in entrystruct */
42: time_t cmr_age;
43: };
44:
45: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.