|
|
1.1 ! root 1: /* asn_ext.c - ASN.1 functionality extension stuff */ ! 2: ! 3: #ifndef lint ! 4: static char *rcsid = "$Header: /f/osi/dsap/x500as/RCS/asn_ext.c,v 7.1 90/07/09 14:35:48 mrose Exp $"; ! 5: #endif ! 6: ! 7: /* ! 8: * $Header: /f/osi/dsap/x500as/RCS/asn_ext.c,v 7.1 90/07/09 14:35:48 mrose Exp $ ! 9: * ! 10: * ! 11: * $Log: asn_ext.c,v $ ! 12: * Revision 7.1 90/07/09 14:35:48 mrose ! 13: * sync ! 14: * ! 15: * Revision 7.0 89/11/23 21:50:05 mrose ! 16: * Release 6.0 ! 17: * ! 18: */ ! 19: ! 20: /* ! 21: * NOTICE ! 22: * ! 23: * Acquisition, use, and distribution of this module and related ! 24: * materials are subject to the restrictions of a license agreement. ! 25: * Consult the Preface in the User's Manual for the full terms of ! 26: * this agreement. ! 27: * ! 28: */ ! 29: ! 30: ! 31: /* LINTLIBRARY */ ! 32: ! 33: #include "quipu/util.h" ! 34: #include "varargs.h" ! 35: ! 36: extern char PY_pepy[]; ! 37: extern LLog * log_dsap; ! 38: ! 39: #ifndef lint ! 40: void ds_advise (va_alist) ! 41: va_dcl ! 42: { ! 43: va_list ap; ! 44: ! 45: va_start (ap); ! 46: ! 47: asprintf (PY_pepy, ap); ! 48: ! 49: (void) _ll_log (log_dsap, LLOG_EXCEPTIONS, ap); ! 50: ! 51: va_end (ap); ! 52: } ! 53: #else ! 54: /* VARARGS */ ! 55: ! 56: void ds_advise (what, fmt) ! 57: char *what, ! 58: *fmt; ! 59: { ! 60: ds_advise (what, fmt); ! 61: } ! 62: #endif ! 63:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.