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

client.h: Added UPDATEOPTION define


UPDATEOPTION will be used to check if the client was called with update
option. In this case, the client will only check for updates. Without this
option, there will be no check.

Signed-off-by: default avatarERIK ALEXANDRE PUCCI <eap08@c3sl.ufpr.br>
Acked-by: default avatarBruno Ribas <ribas@c3sl.ufpr.br>
Acked-by: default avatarDiego Giovane Pasqualin <dgp06@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent e9cac40e
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@
/* Definitions */
#define VERSIONFILE "conf/version"
#define UPDATEOPTION "--update"
#define DEBUG 0
/* Statics strings */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment