386BSD 0.1 development
[unix-history] / usr / othersrc / contrib / isode / h / quipu / DSE_defs.h
#ifndef PEPYPATH
#include <isode/pepsy/DSE_pre_defs.h>
#else
#include "DSE_pre_defs.h"
#endif
#ifndef lint
#define encode_DSE_PSAPaddr(pe, top, len, buffer, parm) \
enc_f(_ZPSAPaddrDSE, &_ZDSE_mod, pe, top, len, buffer, (char *) parm)
#define decode_DSE_PSAPaddr(pe, top, len, buffer, parm) \
dec_f(_ZPSAPaddrDSE, &_ZDSE_mod, pe, top, len, buffer, (char **) parm)
#define print_DSE_PSAPaddr(pe, top, len, buffer, parm) \
prnt_f(_ZPSAPaddrDSE, &_ZDSE_mod, pe, top, len, buffer)
#define print_DSE_PSAPaddr_P _ZPSAPaddrDSE, &_ZDSE_mod
#endif /* lint */