update version function signature

eph-store
bert hubert 2020-07-16 14:22:36 +02:00
parent b680654693
commit 38899e9379
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#pragma once
void showVersion(char *pname, const char *hash) {
void showVersion(const char *pname, const char *hash) {
std::cout <<"galmon tools (" <<pname <<") " <<hash <<std::endl;
std::cout <<"built date " <<__DATE__ <<std::endl;
std::cout <<"(C) AHU Holding BV - bert@hubertnet.nl - https://berthub.eu/" <<std::endl;