diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-07-30 15:13:44 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-07-30 15:13:44 +0000 |
commit | 65030b5fda1b13e5fc5ed816270fe99265475648 (patch) | |
tree | 0aff492460845d77bee4fd70b15b9039dac98071 /qt | |
parent | 15e9d186dae4ad7d87b50a109149a05443e5d065 (diff) | |
download | guile-65030b5fda1b13e5fc5ed816270fe99265475648.tar.gz |
* qt.h.in (qt_null, qt_error): Add prototypes for these.
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt.h.in | 2 |
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. */ |