aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fish_version.h')
-rw-r--r--src/fish_version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fish_version.h b/src/fish_version.h
new file mode 100644
index 00000000..61938c16
--- /dev/null
+++ b/src/fish_version.h
@@ -0,0 +1,5 @@
+/** \file fish_version.h
+ Prototype for version receiver.
+*/
+
+const char *get_fish_version();