Imported Upstream version 2.7
[ossec-hids.git] / src / headers / agent_op.h
index 9b53ea4..fdce89d 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/headers/agent_op.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
@@ -11,7 +12,7 @@
 
 
 #ifndef __AGENT_OP_H
-#define __AGENT_OP_H 
+#define __AGENT_OP_H
 
 
 
@@ -47,12 +48,21 @@ char *os_read_agent_ip();
  */
 char *os_read_agent_id();
 
+/* cmoraes: added */
+
+/** char *os_read_agent_profile()
+ *  Reads the agent profile name for the current agent.
+ *  Returns NULL on error.
+ */
+char *os_read_agent_profile();
+
 
 /** int os_write_agent_info(char *agent_name, char *agent_ip, char *agent_id)
  *  Writes the agent info inside the queue, for the other processes to read.
  *  Returns 1 on success or <= 0 on failure.
  */
-int os_write_agent_info(char *agent_name, char *agent_ip, char *agent_id);
+int os_write_agent_info(char *agent_name, char *agent_ip, char *agent_id,
+                        char *cfg_profile_name);               /*cmoraes*/
 
 
 int os_agent_config_changed();