9 lines
211 B
C++
9 lines
211 B
C++
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
|
|
|
|
#pragma once
|
|
|
|
namespace hilti {
|
|
/** Perform global initializations for compiling HILTI source files. */
|
|
void init();
|
|
} // namespace hilti
|