From d85aa8295a3169f21033ff5fd8f365d9eeec7e13 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 24 Nov 2011 08:30:39 +0100 Subject: libuniso: add callback for displaying progress --- uniso.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uniso.h') diff --git a/uniso.h b/uniso.h index 811f389..a30bfa5 100644 --- a/uniso.h +++ b/uniso.h @@ -1,7 +1,7 @@ #ifndef UNISO_H #define UNISO_H - -int uniso(int fd); +int uniso(int fd, void (*progress_callback)(size_t, size_t, char*, void *), + void *user_data); #endif -- cgit v1.2.3