File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / dsap / x500as / asn_ext.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

/* asn_ext.c - ASN.1 functionality extension stuff */

#ifndef	lint
static char *rcsid = "$Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/dsap/x500as/asn_ext.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $";
#endif

/* 
 * $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/dsap/x500as/asn_ext.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $
 *
 *
 * $Log: asn_ext.c,v $
 * Revision 1.1.1.1  2018/04/24 16:12:56  root
 * BSD 4.3reno
 *
 * Revision 7.1  90/07/09  14:35:48  mrose
 * sync
 * 
 * Revision 7.0  89/11/23  21:50:05  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.
 *
 */


/* LINTLIBRARY */

#include "quipu/util.h"
#include "varargs.h"

extern  char      PY_pepy[];
extern	LLog	* log_dsap;

#ifndef	lint
void    ds_advise (va_alist)
va_dcl
{
    va_list ap;

    va_start (ap);

    asprintf (PY_pepy, ap);

    (void) _ll_log (log_dsap, LLOG_EXCEPTIONS, ap);

    va_end (ap);
}
#else
/* VARARGS */

void	ds_advise (what, fmt)
char	*what,
	*fmt;
{
    ds_advise (what, fmt);
}
#endif


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.