summaryrefslogtreecommitdiff
path: root/include/printing.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-16 00:47:23 +0100
committernorly <ny-git@enpas.org>2013-06-16 00:51:22 +0100
commit150d0c42d423fe49304d648e2c19ff08f6c2e0ad (patch)
tree04b3a4f78481707903463dd7ee7424ce0d003774 /include/printing.h
parent02355128ce1f36bbc4edb5d3a4d4d31b179de6d6 (diff)
mv main.c -> elfucli.c, make it scriptable via argssymrel
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