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