| 12 | using namespace sce; |
| 13 | |
| 14 | void hvdbutils::Init() |
| 15 | { |
| 16 | hvdbInit(sce_paf_malloc, sce_paf_free, sce_paf_realloc, utils::DoGETRequest, utils::DoPOSTRequest); |
| 17 | } |
| 18 | |
| 19 | void hvdbutils::Flush() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected