1 /* @(#) $Id: picviz.h,v 1.2 2009/06/24 17:06:22 dcid Exp $ */
3 /* Copyright (C) 2009 Sebastien Tricaud
4 * Copyright (C) 2009 Trend Micro Inc.
7 * This program is a free software; you can redistribute it
8 * and/or modify it under the terms of the GNU General Public
9 * License (version 3) as published by the FSF - Free Software
14 #include "eventinfo.h"
19 void OS_PicvizOpen(char *socket);
20 void OS_PicvizLog(Eventinfo *lf);
21 void OS_PicvizClose(void);
23 #endif /* _PICVIZ_H_ */