Changes to qemacs/qe.h

Charlie Gordon <[email protected]> Fri, 13 May 2005 06:05:36 -0400
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
Index: qemacs/qe.h
diff -u qemacs/qe.h:1.19 qemacs/qe.h:1.20
--- qemacs/qe.h:1.19	Wed May 11 12:22:51 2005
+++ qemacs/qe.h	Fri May 13 10:05:24 2005
@@ -1086,6 +1086,7 @@
 
 void register_completion(const char *name, CompletionFunc completion_func);
 void put_status(EditState *s, const char *fmt, ...);
+void put_error(EditState *s, const char *fmt, ...);
 void minibuffer_edit(const char *input, const char *prompt, 
                      StringArray *hist, CompletionFunc completion_func,
                      void (*cb)(void *opaque, char *buf), void *opaque);