Last change
on this file since 189 was 189, checked in by Yuri Dario, 14 years ago |
clamav: initial clamav 0.96.4 import.
|
File size:
895 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Copyright (C) 2010 Sourcefire, Inc.
|
---|
3 | * Authors: aCaB <acab@clamav.net>
|
---|
4 | *
|
---|
5 | * This library is free software; you can redistribute it and/or
|
---|
6 | * modify it under the terms of the GNU Lesser General Public
|
---|
7 | * License version 2.1 as published by the Free Software Foundation.
|
---|
8 | *
|
---|
9 | * This library is distributed in the hope that it will be useful,
|
---|
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
12 | * Lesser General Public License for more details.
|
---|
13 | *
|
---|
14 | * You should have received a copy of the GNU Lesser General Public
|
---|
15 | * License along with this library; if not, write to the Free Software
|
---|
16 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
|
---|
17 | * USA
|
---|
18 | */
|
---|
19 |
|
---|
20 | #ifndef __FLOG_H
|
---|
21 | #define __FLOG_H
|
---|
22 |
|
---|
23 | void flog_open(const char *path);
|
---|
24 | void flog(const char *fmt, ...);
|
---|
25 | void flog_close(void);
|
---|
26 |
|
---|
27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.