mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
10 lines
212 B
C
10 lines
212 B
C
// $Id: ScriptAnaly.h 6219 2008-10-01 05:39:07Z vern $
|
|
//
|
|
// See the file "COPYING" in the main distribution directory for copyright.
|
|
|
|
#ifndef scriptanaly_h
|
|
#define scriptanaly_h
|
|
|
|
void notice_analysis();
|
|
|
|
#endif
|