diff options
author | Martin Willi <martin@revosec.ch> | 2012-07-13 11:38:29 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-07-13 13:23:29 +0200 |
commit | 1b40b74de032b36c199c4c65016e4736c09b6c81 (patch) | |
tree | 69890bf5598be303bdbe721d21eca840434a513e /src/libstrongswan/enum.h | |
parent | 549eba30abf99e88a7a197ce80aebf9d91e78e83 (diff) | |
download | strongswan-1b40b74de032b36c199c4c65016e4736c09b6c81.tar.bz2 strongswan-1b40b74de032b36c199c4c65016e4736c09b6c81.tar.xz |
Pass opaque data to printf hooks and print_in_hook()
Diffstat (limited to 'src/libstrongswan/enum.h')
-rw-r--r-- | src/libstrongswan/enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/enum.h b/src/libstrongswan/enum.h index d5f169772..840371245 100644 --- a/src/libstrongswan/enum.h +++ b/src/libstrongswan/enum.h @@ -130,7 +130,7 @@ int enum_from_name(enum_name_t *e, char *name); * Arguments are: * enum_names_t *names, int value */ -int enum_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, +int enum_printf_hook(printf_hook_data_t *data, printf_hook_spec_t *spec, const void *const *args); #endif /** ENUM_H_ @}*/ |