summaryrefslogtreecommitdiff
path: root/src/cli/proc-region-rw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/proc-region-rw.h')
-rw-r--r--src/cli/proc-region-rw.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cli/proc-region-rw.h b/src/cli/proc-region-rw.h
deleted file mode 100644
index 7ebae67..0000000
--- a/src/cli/proc-region-rw.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#include <stdbool.h>
-#include <sys/types.h> // pid_t
-
-struct io;
-
-int
-proc_region_rw(int argc, const char *argv[], bool (*io_init)(struct io*, const pid_t));