|
|
1.1 ! root 1: /* common.h - */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/h/quipu/RCS/common.h,v 7.0 89/11/23 21:56:25 mrose Rel $ ! 5: * ! 6: * ! 7: * $Log: common.h,v $ ! 8: * Revision 7.0 89/11/23 21:56:25 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 COMH ! 25: #define COMH ! 26: ! 27: #include "quipu/attrvalue.h" ! 28: #include "quipu/dsp.h" ! 29: #include "quipu/commonarg.h" ! 30: #include "quipu/bind.h" ! 31: #include "quipu/read.h" ! 32: #include "quipu/compare.h" ! 33: #include "quipu/abandon.h" ! 34: #include "quipu/list.h" ! 35: #include "quipu/ds_search.h" ! 36: #include "quipu/add.h" ! 37: #include "quipu/modify.h" ! 38: #include "quipu/modifyrdn.h" ! 39: #include "quipu/remove.h" ! 40: #include "quipu/ds_error.h" ! 41: ! 42: typedef struct simple_creds ! 43: { ! 44: DN usc_dn; ! 45: int usc_passwd_len; ! 46: char *usc_passwd; ! 47: char *usc_time1; ! 48: char *usc_time2; ! 49: } USC; ! 50: ! 51: typedef struct part_outcome ! 52: { ! 53: int poq_limitproblem; ! 54: ContinuationRef poq_cref; ! 55: int poq_no_ext; ! 56: } POQ; ! 57: ! 58: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.