mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
8 lines
154 B
C
8 lines
154 B
C
// See the file "COPYING" in the main distribution directory for copyright.
|
|
|
|
#ifndef scriptanaly_h
|
|
#define scriptanaly_h
|
|
|
|
void notice_analysis();
|
|
|
|
#endif
|