From bbf9e9debd761b5c5024d8417ad38e1cadc70d5b Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 21 Nov 2015 21:17:19 -0500 Subject: driver integration 1/9: remove old (ad-hoc) driver, prepare source tree. --- src/internal/perk_impl.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/internal') diff --git a/src/internal/perk_impl.h b/src/internal/perk_impl.h index a47391c..bda7581 100644 --- a/src/internal/perk_impl.h +++ b/src/internal/perk_impl.h @@ -4,20 +4,6 @@ #include #include -/* internal structures */ -struct perk_ctx { - int argc; - char ** argv; - char ** envp; - const char * fname; - int status; - int flags; - int fd; - FILE * fout; - FILE * tmp; - struct pe_raw_image map; -}; - #if (BYTE_ORDER == LITTLE_ENDIAN) static inline uint16_t pe_read_short(const unsigned char * raw) -- cgit v1.2.3