DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T d

⟦2249a188b⟧ TextFile

    Length: 1280 (0x500)
    Types: TextFile
    Names: »dap.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/h/quipu/dap.h« 

TextFile

/* dap.h - */

/* 
 * $Header: /f/osi/h/quipu/RCS/dap.h,v 7.0 89/11/23 21:56:29 mrose Rel $
 *
 *
 * $Log:	dap.h,v $
 * Revision 7.0  89/11/23  21:56:29  mrose
 * Release 6.0
 * 
 */

/*
 *				  NOTICE
 *
 *    Acquisition, use, and distribution of this module and related
 *    materials are subject to the restrictions of a license agreement.
 *    Consult the Preface in the User's Manual for the full terms of
 *    this agreement.
 *
 */


#ifndef QUIPUDAP
#define QUIPUDAP

extern	int	  dsap_ad;	/* Association descriptor in simple DUA mode */
extern	int	  dsap_id;	/* Invocation identifier in simple DUA mode */

#define ds_read(arg,err,res) dap_read(dsap_ad,&(dsap_id),arg,err,res)
#define ds_compare(arg,err,res) dap_compare(dsap_ad,&(dsap_id),arg,err,res)
#define ds_abandon(arg,err) dap_abandon(dsap_ad,&(dsap_id),arg,err)
#define ds_list(arg,err,res) dap_list(dsap_ad,&(dsap_id),arg,err,res)
#define ds_search(arg,err,res) dap_search(dsap_ad,&(dsap_id),arg,err,res)
#define ds_addentry(arg,err) dap_addentry(dsap_ad,&(dsap_id),arg,err)
#define ds_removeentry(arg,err) dap_removeentry(dsap_ad,&(dsap_id),arg,err)
#define ds_modifyentry(arg,err) dap_modifyentry(dsap_ad,&(dsap_id),arg,err)
#define ds_modifyrdn(arg,err) dap_modifyrdn(dsap_ad,&(dsap_id),arg,err)

#endif