summaryrefslogtreecommitdiffstats
path: root/src/proto/if_python3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/if_python3.pro')
-rw-r--r--src/proto/if_python3.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_python3.pro b/src/proto/if_python3.pro
index 4e71ad2a05..d2bcd8c5a0 100644
--- a/src/proto/if_python3.pro
+++ b/src/proto/if_python3.pro
@@ -10,4 +10,5 @@ void python3_window_free(win_T *win);
void python3_tabpage_free(tabpage_T *tab);
void do_py3eval(char_u *str, typval_T *rettv);
int set_ref_in_python3(int copyID);
+int python3_version();
/* vim: set ft=c : */