summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-12-30 15:33:50 +0000
committerGuido van Rossum <guido@python.org>1994-12-30 15:33:50 +0000
commitd04007652eb3eb0e9267345168d1ba1d8201397c (patch)
tree2a333f329e3c232e08a693587432f05efeb96e41 /Include/pyerrors.h
parent8476e0af56b0c2312030916a67cc5cf9e15a0f62 (diff)
downloadcpython-d04007652eb3eb0e9267345168d1ba1d8201397c.tar.gz
Lots of small things, see ChangeLog
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r--Include/pyerrors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 33c7806ac8..ff545bf5b8 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -32,9 +32,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
void err_set PROTO((object *));
void err_setval PROTO((object *, object *));
+void err_restore PROTO((object *, object *, object *));
void err_setstr PROTO((object *, char *));
object *err_occurred PROTO((void));
-void err_get PROTO((object **, object **));
+void err_fetch PROTO((object **, object **, object **));
void err_clear PROTO((void));
/* Predefined exceptions */