blob: 26a2a5a9b690fd48c202939d5bba084e719b8f3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _EIO_FILE_PRIVATE_H
#define _EIO_FILE_PRIVATE_H
typedef struct _Eio_Job_Data Eio_Job_Data;
struct _Eio_Job_Data
{
Eo *object;
Eina_List *operations;
};
#endif
|