Mercurial > minori
comparison dep/animia/include/animia.h @ 84:eab9e623eb84
dep/animia: update from upstream
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 25 Oct 2023 14:53:05 -0400 |
parents | 4c6dd5999b39 |
children | 69db40272acd |
comparison
equal
deleted
inserted
replaced
83:d02fdf1d6708 | 84:eab9e623eb84 |
---|---|
10 std::string get_process_name(int pid); | 10 std::string get_process_name(int pid); |
11 std::vector<std::string> get_open_files(int pid); | 11 std::vector<std::string> get_open_files(int pid); |
12 std::vector<std::string> filter_system_files(const std::vector<std::string>& source); | 12 std::vector<std::string> filter_system_files(const std::vector<std::string>& source); |
13 std::unordered_map<int, std::vector<std::string>> get_all_open_files(); | 13 std::unordered_map<int, std::vector<std::string>> get_all_open_files(); |
14 | 14 |
15 } | 15 } // namespace Animia |
16 | 16 |
17 #endif // __animia__animia_h | 17 #endif // __animia__animia_h |