2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Remove LIBISC_EXTERNAL_DATA usage

This commit is contained in:
Danny Mayer
2001-03-05 18:47:00 +00:00
parent 8096fe1df5
commit 943322a123

View File

@@ -16,7 +16,7 @@
*/
/*
* $Id: assertions.h,v 1.15 2001/03/05 18:18:39 mayer Exp $
* $Id: assertions.h,v 1.16 2001/03/05 18:47:00 mayer Exp $
*/
#ifndef ISC_ASSERTIONS_H
@@ -36,7 +36,7 @@ typedef enum {
typedef void (*isc_assertioncallback_t)(const char *, int, isc_assertiontype_t,
const char *);
LIBISC_EXTERNAL_DATA extern isc_assertioncallback_t isc_assertion_failed;
extern isc_assertioncallback_t isc_assertion_failed;
void
isc_assertion_setcallback(isc_assertioncallback_t);