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.
9 lines
194 B
C
9 lines
194 B
C
17 years ago
|
#ifndef __UTIL_VAR_NAME_H__
|
||
|
#define __UTIL_VAR_NAME_H__
|
||
|
|
||
|
int VariableNameInitHash(DetectEngineCtx *de_ctx);
|
||
|
u_int16_t VariableNameGetIdx(DetectEngineCtx *, char *, u_int8_t, u_int8_t);
|
||
|
|
||
|
#endif
|
||
|
|