mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 18:33:54 +00:00
18 lines
282 B
C++
18 lines
282 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
/*
|
|
** This file is generated. Do not modify it manually!
|
|
*/
|
|
|
|
#include <osquery/tables.h>
|
|
#include "osquery/core/virtual_table.h"
|
|
|
|
namespace osquery { namespace tables {
|
|
|
|
{% for table in tables %}
|
|
{{table}}
|
|
|
|
{% endfor %}
|
|
|
|
}}
|