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.
12 lines
250 B
C
12 lines
250 B
C
15 years ago
|
/* Copyright (c) 2009 Open Information Security Foundation */
|
||
|
|
||
|
/** \file
|
||
|
* \author William Metcalf <william.metcalf@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __DECODE_RAW_H__
|
||
|
#define __DECODE_RAW_H__
|
||
|
void DecodeRawRegisterTests(void);
|
||
|
#endif /* __DECODE_RAW_H__ */
|
||
|
|