summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 1dab501674..c57db94968 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -8491,7 +8491,7 @@ ex_undo(eap)
}
#ifdef FEAT_PERSISTENT_UNDO
- void
+ static void
ex_wundo(eap)
exarg_T *eap;
{
@@ -8501,7 +8501,7 @@ ex_wundo(eap)
u_write_undo(eap->arg, eap->forceit, curbuf, hash);
}
- void
+ static void
ex_rundo(eap)
exarg_T *eap;
{