summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-07-30 15:13:44 +0000
committerJim Blandy <jimb@red-bean.com>1998-07-30 15:13:44 +0000
commit65030b5fda1b13e5fc5ed816270fe99265475648 (patch)
tree0aff492460845d77bee4fd70b15b9039dac98071 /qt
parent15e9d186dae4ad7d87b50a109149a05443e5d065 (diff)
downloadguile-65030b5fda1b13e5fc5ed816270fe99265475648.tar.gz
* qt.h.in (qt_null, qt_error): Add prototypes for these.
Diffstat (limited to 'qt')
-rw-r--r--qt/qt.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/qt.h.in b/qt/qt.h.in
index 1b60e4bc9..da45ff8e5 100644
--- a/qt/qt.h.in
+++ b/qt/qt.h.in
@@ -137,6 +137,8 @@ extern qt_t *qt_vargs (qt_t *sp, int nbytes, void *vargs,
#endif
+extern void qt_null (void);
+extern void qt_error (void);
/* Save the state of the thread and call the helper function
using the stack of the new thread. */