summaryrefslogtreecommitdiff
path: root/include/printing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/printing.h')
-rw-r--r--include/printing.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/printing.h b/include/printing.h
deleted file mode 100644
index bda2fc1..0000000
--- a/include/printing.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __PRINTING_H__
-#define __PRINTING_H__
-
-#include <libelf.h>
-
-
-void printHeader(Elf *e);
-
-void printSegmentsWithSection(Elf *e, Elf_Scn *scn);
-void printSection(Elf *e, Elf_Scn *scn);
-void printSections(Elf *e);
-
-char* segmentTypeStr(size_t pt);
-void printSectionsInSegment(Elf *e, GElf_Phdr *phdr);
-void printSegments(Elf *e);
-
-
-#endif