* qt.h.in (qt_null, qt_error): Add prototypes for these.
authorJim Blandy <jimb@red-bean.com>
Thu, 30 Jul 1998 15:13:44 +0000 (15:13 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 30 Jul 1998 15:13:44 +0000 (15:13 +0000)
qt/qt.h.in

index 1b60e4b..da45ff8 100644 (file)
@@ -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. */