From 2a5950df692f8a2c9d51a2a3e0c4d41fe0d3e7c9 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 13 Feb 2013 22:43:26 +0000 Subject: stream mime attachments directly to disk Signed-off-by: Michael Krelin --- (limited to 'src/eyetil.h') diff --git a/src/eyetil.h b/src/eyetil.h index 64948d0..8af18a4 100644 --- a/src/eyetil.h +++ b/src/eyetil.h @@ -102,7 +102,7 @@ class tarchive_t { struct archive *a; struct archive_entry *e; - tarchive_t(void *p,size_t s); + tarchive_t(const char *); ~tarchive_t(); bool read_next_header(); -- cgit v0.9.0.2