fish-shell/src/fish_version.h
ridiculousfish b4f53143b0 Migrate source files into src/ directory
This change moves source files into a src/ directory,
and puts object files into an obj/ directory. The Makefile
and xcode project are updated accordingly.

Fixes #1866
2015-07-24 00:59:27 -07:00

6 lines
95 B
C

/** \file fish_version.h
Prototype for version receiver.
*/
const char *get_fish_version();