mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
7 lines
228 B
C
7 lines
228 B
C
/* @(#) error.h 1.2 92/01/15 21:53:14 */
|
|
|
|
extern int errcount; /* error counter */
|
|
extern void error(); /* default context */
|
|
extern void error_where(); /* user-specified context */
|
|
extern void fatal(); /* fatal error */
|