summaryrefslogtreecommitdiff
path: root/Include/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/errors.h')
-rwxr-xr-xInclude/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/errors.h b/Include/errors.h
index f2d7b1acb4..0e5ae9f0af 100755
--- a/Include/errors.h
+++ b/Include/errors.h
@@ -33,7 +33,9 @@ void err_clear PROTO((void));
/* Predefined exceptions */
+extern object *AccessError;
extern object *AttributeError;
+extern object *ConflictError;
extern object *EOFError;
extern object *IOError;
extern object *ImportError;
@@ -59,3 +61,5 @@ extern object *err_errno PROTO((object *));
extern void err_input PROTO((int));
extern void err_badcall PROTO((void));
+
+extern object *err_getexc PROTO((void));