mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
12 lines
245 B
C++
12 lines
245 B
C++
// See the file "COPYING" in the main distribution directory for copyright.
|
|
|
|
#include "zeek/BifReturnVal.h"
|
|
|
|
#include "zeek/Val.h"
|
|
|
|
namespace zeek::detail
|
|
{
|
|
|
|
BifReturnVal::BifReturnVal(std::nullptr_t) noexcept { }
|
|
|
|
} // namespace zeek::detail
|