mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
6 lines
95 B
C
6 lines
95 B
C
|
/** \file fish_version.h
|
||
|
Prototype for version receiver.
|
||
|
*/
|
||
|
|
||
|
const char *get_fish_version();
|