Skip to content
Snippets Groups Projects
Commit 1ad0833e authored by ERIK ALEXANDRE PUCCI's avatar ERIK ALEXANDRE PUCCI Committed by Danilo K. S. Yorinori
Browse files

client.h: Added check_version() prototype

parent 3e6ce19a
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ static const char *exe = "bin/client"; ...@@ -37,6 +37,7 @@ static const char *exe = "bin/client";
/* Functions */ /* Functions */
static char *read_version_file(char *); static char *read_version_file(char *);
void check_version(struct soap *, char *, char *);
void availability(struct soap *, char *, char *, char *); void availability(struct soap *, char *, char *, char *);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment