mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
5 lines
166 B
C++
5 lines
166 B
C++
// See the file "COPYING" in the main distribution directory for copyright.
|
|
|
|
#include "pac_varfield.h"
|
|
|
|
void PrivVarField::Prepare(Env* env) { Field::Prepare(env); }
|