osquery-1/osquery/tables/system/processes.h
2014-08-05 18:14:32 -07:00

18 lines
383 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#ifndef OSQUERY_TABLES_SYSTEM_PROCESSES_H
#define OSQUERY_TABLES_SYSTEM_PROCESSES_H
#include <string>
#include "osquery/database.h"
namespace osquery { namespace tables {
// genProcesses is the entry point for the processes table
osquery::db::QueryData genProcesses();
}}
#endif /* OSQUERY_TABLES_SYSTEM_PROCESSES_H */