diff options
Diffstat (limited to 'src/wrapped32/generated/wrappedlibxcbrestypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibxcbrestypes32.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibxcbrestypes32.h b/src/wrapped32/generated/wrappedlibxcbrestypes32.h new file mode 100644 index 00000000..024594d3 --- /dev/null +++ b/src/wrapped32/generated/wrappedlibxcbrestypes32.h @@ -0,0 +1,19 @@ +/********************************************************************* + * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) * + *********************************************************************/ +#ifndef __wrappedlibxcbresTYPES32_H_ +#define __wrappedlibxcbresTYPES32_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + +typedef my_xcb_XXX_iterator_t (*ZFp_t)(void*); +typedef my_xcb_cookie_t (*zFnup_t)(void*, uint32_t, void*); + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappedlibxcbresTYPES32_H_ |