aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-07 08:35:16 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-07 08:35:16 +0100
commit408f8311dd071924d62ae10d0078e595e9137a9e (patch)
tree05c32509a20314aa12043365d6bdb7a53f3df05b /sciteco.h
parent8a7d756c01d63761226725288caba0a1563389b0 (diff)
downloadsciteco-408f8311dd071924d62ae10d0078e595e9137a9e.tar.gz
fixed "-" processing and improved C command, added R command
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sciteco.h b/sciteco.h
index 3d5b360..49963c4 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -18,7 +18,7 @@ void message_display(GtkMessageType type, const gchar *fmt, ...);
void cmdline_keypress(gchar key);
void cmdline_display(const gchar *cmdline);
-void editor_msg(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0);
+sptr_t editor_msg(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0);
gboolean macro_execute(const gchar *macro);