From 37e98def74013b8e8ecc8901502f49c893713413 Mon Sep 17 00:00:00 2001 From: ERIK ALEXANDRE PUCCI <eap08@c3sl.ufpr.br> Date: Thu, 4 Feb 2010 10:06:36 -0200 Subject: [PATCH] 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: ERIK ALEXANDRE PUCCI <eap08@c3sl.ufpr.br> Acked-by: Bruno Ribas <ribas@c3sl.ufpr.br> Acked-by: Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- src/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.h b/src/client.h index 16475c4..6d24bd0 100644 --- a/src/client.h +++ b/src/client.h @@ -30,6 +30,7 @@ /* Definitions */ #define VERSIONFILE "conf/version" +#define UPDATEOPTION "--update" #define DEBUG 0 /* Statics strings */ -- GitLab