mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
12 lines
224 B
C++
12 lines
224 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
namespace osquery {
|
|
namespace devtools {
|
|
|
|
// Run a shell with all of the relevant virtual tables loaded
|
|
int launchIntoShell(int argc, char **argv);
|
|
}
|
|
}
|