mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
315 B
C
13 lines
315 B
C
/* Copyright (c) 2008 Victor Julien <victor@inliniac.net> */
|
|
|
|
#ifndef __LOG_HTTPLOG_H__
|
|
#define __LOG_HTTPLOG_H__
|
|
|
|
void TmModuleLogHttplogRegister (void);
|
|
void TmModuleLogHttplogIPv4Register (void);
|
|
void TmModuleLogHttplogIPv6Register (void);
|
|
LogFileCtx *LogHttplogInitCtx(char *);
|
|
|
|
#endif /* __LOG_HTTPLOG_H__ */
|
|
|