summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-22 22:12:58 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-22 22:12:58 +0000
commit67fe1a13369f686758e5f4f43e1e842fef9f60f6 (patch)
treeb1bb34c23dffdafe63a4280b15a160e4d96dc0fa /src/proto/ex_cmds.pro
parentde934d77b1623f08fc1a30d91f7b58f6630dd1d1 (diff)
updated for version 7.0075v7.0075
Diffstat (limited to 'src/proto/ex_cmds.pro')
-rw-r--r--src/proto/ex_cmds.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro
index 50238bbf8e..baa1233538 100644
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -1,6 +1,7 @@
/* ex_cmds.c */
void do_ascii __ARGS((exarg_T *eap));
void ex_align __ARGS((exarg_T *eap));
+void ex_sort __ARGS((exarg_T *eap));
void ex_retab __ARGS((exarg_T *eap));
int do_move __ARGS((linenr_T line1, linenr_T line2, linenr_T dest));
void ex_copy __ARGS((linenr_T line1, linenr_T line2, linenr_T n));