osquery-1/include/osquery/devtools.h
2014-09-12 17:50:03 -07:00

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);
}
}