X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Fpicviz.h;fp=src%2Fanalysisd%2Fpicviz.h;h=0000000000000000000000000000000000000000;hp=6b2f338fbf60dfe78bab89203a0680121ed80bc1;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/analysisd/picviz.h b/src/analysisd/picviz.h deleted file mode 100644 index 6b2f338..0000000 --- a/src/analysisd/picviz.h +++ /dev/null @@ -1,25 +0,0 @@ -/* @(#) $Id: ./src/analysisd/picviz.h, 2011/09/08 dcid Exp $ - */ - -/* Copyright (C) 2009 Sebastien Tricaud - * Copyright (C) 2009 Trend Micro Inc. - * All right 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 - */ - -#include -#include "eventinfo.h" - -#ifndef _PICVIZ_H_ -#define _PICVIZ_H_ - -void OS_PicvizOpen(char *socket); -void OS_PicvizLog(Eventinfo *lf); -void OS_PicvizClose(void); - -#endif /* _PICVIZ_H_ */ -