summaryrefslogtreecommitdiffstats
path: root/uniso.h
blob: a30bfa5483d367d712f91b51fa5aa1d606f60015 (plain)
1
2
3
4
5
6
7
#ifndef UNISO_H
#define UNISO_H

int uniso(int fd, void (*progress_callback)(size_t, size_t, char*, void *),
		void *user_data);

#endif