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
333 B
C
13 lines
333 B
C
15 years ago
|
/**
|
||
|
* Copyright(c) 2009 Open Information Security Foundation.
|
||
|
* \author Pablo Rincon <pablo.rincon.crespo@gmail.com>
|
||
|
*/
|
||
|
#ifndef __ACTION_ORDER_H__
|
||
|
#define __ACTION_ORDER_H__
|
||
|
#include "suricata-common.h"
|
||
|
void ActionInitConfig();
|
||
|
uint8_t ActionOrderVal(uint8_t);
|
||
|
void UtilActionRegisterTests(void);
|
||
|
|
||
|
#endif /* __ACTION_ORDER_H__ */
|