summaryrefslogtreecommitdiffstats
path: root/debuggerd/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/machine.h')
-rw-r--r--debuggerd/machine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuggerd/machine.h b/debuggerd/machine.h
index 2f1e201..fca9fbe 100644
--- a/debuggerd/machine.h
+++ b/debuggerd/machine.h
@@ -21,7 +21,7 @@
#include "utility.h"
-void dump_memory_and_code(log_t* log, pid_t tid, int scope_flags);
-void dump_registers(log_t* log, pid_t tid, int scope_flags);
+void dump_memory_and_code(log_t* log, pid_t tid);
+void dump_registers(log_t* log, pid_t tid);
#endif // _DEBUGGERD_MACHINE_H