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

⟦690f5daa0⟧ TextFile

    Length: 1289 (0x509)
    Types: TextFile
    Names: »dap.h«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/h/quipu/dap.h« 

TextFile

/* dap.h - */

/* 
 * $Header: /f/osi/h/quipu/RCS/dap.h,v 6.0 89/03/18 23:32:49 mrose Rel $
 *
 *
 * $Log:	dap.h,v $
 * Revision 6.0  89/03/18  23:32:49  mrose
 * Release 5.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