creport: update for new-ipc

This commit is contained in:
Michael Scire
2019-10-17 19:48:28 -07:00
committed by SciresM
parent 799c158b86
commit 89c6fc6437
5 changed files with 29 additions and 27 deletions

View File

@@ -22,6 +22,6 @@ namespace sts::creport {
/* Utility functions. */
void DumpMemoryHexToFile(FILE *f, const char *prefix, const void *data, size_t size);
u64 ParseProcessIdArgument(const char *s);
os::ProcessId ParseProcessIdArgument(const char *s);
}