Skip to content

Commit

Permalink
update version function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Jul 16, 2020
1 parent b680654 commit 38899e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.hh
Original file line number Diff line number Diff line change
@@ -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 - [email protected] - https://berthub.eu/" <<std::endl;
Expand Down

0 comments on commit 38899e9

Please sign in to comment.