#ifndef C_BHOMEBUS_DBAPI_SYSSET_H
|
#define C_BHOMEBUS_DBAPI_SYSSET_H
|
|
#include "proto/x86_64/sysset.pb.h"
|
#include "proto/x86_64/fileanalysis.pb.h"
|
|
bool dbapi_get_server_info(void *handle, protomsg::LocalConfig & message);
|
bool dbapi_get_poll_config(void *handle, protomsg::PollConfig & message);
|
bool dbapi_get_stack_config(void *handle, protomsg::FileAnalysisSetting & message);
|
#endif
|