aboutsummaryrefslogtreecommitdiffstats
path: root/src/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/add.c')
-rw-r--r--src/add.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/add.c b/src/add.c
deleted file mode 100644
index 9ffc852..0000000
--- a/src/add.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "project.h"
-
-
-
-void
-add (DISK * d, int n, char *guid, int start, int end)
-{
- GPT_header *h;
- GPT_entry *e;
-
- uint8_t buf[512];
-
- disk_read (d, buf, 1, 1);
- h = (GPT_header *) buf;
-
-}