WeChatFerry/Spy/exec_sql.h

9 lines
114 B
C
Raw Normal View History

2022-08-07 23:32:25 +08:00
#pragma once
#include <string>
#include <vector>
#include "rpc_h.h"
std::vector<std::wstring> GetDbNames();