X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_xml%2Fos_xml_writer.h;fp=src%2Fos_xml%2Fos_xml_writer.h;h=0000000000000000000000000000000000000000;hp=ce413c692f5eac64fa77966c8371dd5758a0a6e0;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/os_xml/os_xml_writer.h b/src/os_xml/os_xml_writer.h deleted file mode 100755 index ce413c6..0000000 --- a/src/os_xml/os_xml_writer.h +++ /dev/null @@ -1,45 +0,0 @@ -/* @(#) $Id: ./src/os_xml/os_xml_writer.h, 2011/09/08 dcid Exp $ - */ - -/* Copyright (C) 2009 Trend Micro Inc. - * All rights reserved. - * - * This program is a free software; you can redistribute it - * and/or modify it under the terms of the GNU General Public - * License (version 2) as published by the FSF - Free Software - * Foundation - */ - -/* os_xml C Library. - * Available at http://www.ossec.net/ - */ - - -#ifndef OS_XML_WRITER_H -#define OS_XML_WRITER_H - -#ifndef XML_MAXSIZE - #define XML_MAXSIZE 2048 -#endif /* XML_MAXSIZE */ - -#ifndef XML_VAR - #define XML_VAR "xml_var" -#endif /* XML_VAR */ - - -/* Error from writer */ -#define XMLW_ERROR 006 -#define XMLW_NOIN 007 -#define XMLW_NOOUT 010 - - -/* OS_WriteXML - * Write an XML file, based on the input and values to change. - */ -int OS_WriteXML(char *infile, char *outfile, char **nodes, char *attr, - char *oldval, char *newval, int type); - - -#endif - -/* EOF */