summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local/files/patch-src_client-agent_config.c
blob: 74765c6d70af5621fe8ddb7ba7306832fa29ce4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/client-agent/config.c.orig	2020-02-14 19:46:22 UTC
+++ src/client-agent/config.c
@@ -17,8 +17,8 @@
 time_t available_server;
 int run_foreground;
 keystore keys;
-agent *agt;
 
+extern agent *agt;
 
 /* Read the config file (for the remote client) */
 int ClientConf(const char *cfgfile)