summaryrefslogtreecommitdiff
path: root/Include/traceback.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/traceback.h
parent8476e0af56b0c2312030916a67cc5cf9e15a0f62 (diff)
downloadcpython-d04007652eb3eb0e9267345168d1ba1d8201397c.tar.gz
Lots of small things, see ChangeLog
Diffstat (limited to 'Include/traceback.h')
-rw-r--r--Include/traceback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/traceback.h b/Include/traceback.h
index f86306d541..a1b6d5eab8 100644
--- a/Include/traceback.h
+++ b/Include/traceback.h
@@ -30,6 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Traceback interface */
+struct _frame;
+
int tb_here PROTO((struct _frame *));
object *tb_fetch PROTO((void));
int tb_store PROTO((object *));