1 /* @(#) $Id: ./src/analysisd/alerts/getloglocation.h, 2011/09/08 dcid Exp $
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 2) as published by the FSF - Free Software
18 #include "eventinfo.h"
21 * Start the log location (need to be called before getlog)
29 * Get the log file based on the date/logtype/
31 * @param lf Event structure
36 int OS_GetLogLocation(Eventinfo *lf);