]> wimlib.net Git - wimlib/blob - include/wimlib/callback.h
dentry.c: Read/write dentries from structure
[wimlib] / include / wimlib / callback.h
1 #ifndef _WIMLIB_CALLBACK_H
2 #define _WIMLIB_CALLBACK_H
3
4 #include <stddef.h>
5
6 typedef int (*consume_data_callback_t)(const void *buf, size_t len, void *ctx);
7
8 #endif