Line data Source code
1 : #include "../fd_config.h" 2 : 3 : #include <unistd.h> 4 : 5 : extern char const fdctl_version_string[]; 6 : extern char const fdctl_commit_ref_string[]; 7 : 8 : void 9 : version_cmd_fn( args_t * args FD_PARAM_UNUSED, 10 0 : config_t * config FD_PARAM_UNUSED ) { 11 0 : FD_LOG_STDOUT(( "%s (%s)\n", fdctl_version_string, fdctl_commit_ref_string )); 12 0 : }