about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedpng16types.h
blob: ce3592913a38af62eaca794977e914b6a9e62bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
 *******************************************************************/
#ifndef __wrappedpng16TYPES_H_
#define __wrappedpng16TYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void (*vFpp_t)(void*, void*);
typedef void (*vFppp_t)(void*, void*, void*);
typedef void (*vFpppp_t)(void*, void*, void*, void*);
typedef void* (*pFpppp_t)(void*, void*, void*, void*);
typedef void (*vFppppp_t)(void*, void*, void*, void*, void*);
typedef void* (*pFppppppp_t)(void*, void*, void*, void*, void*, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(png_set_read_user_transform_fn, vFpp_t) \
	GO(png_set_read_fn, vFppp_t) \
	GO(png_set_error_fn, vFpppp_t) \
	GO(png_set_write_fn, vFpppp_t) \
	GO(png_create_read_struct, pFpppp_t) \
	GO(png_set_progressive_read_fn, vFppppp_t) \
	GO(png_create_read_struct_2, pFppppppp_t) \
	GO(png_create_write_struct_2, pFppppppp_t)

#endif // __wrappedpng16TYPES_H_