mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
12 lines
269 B
C++
12 lines
269 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
/**
|
|
* @brief The main osquery namespace
|
|
*
|
|
* @namespace osquery If you're uncertain about where code should go, it
|
|
* should probably be in the global osquery namespace.
|
|
*/
|
|
namespace osquery {}
|