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/utils/host.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/utils/host.h')
-rw-r--r-- | src/libstrongswan/utils/host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/host.h b/src/libstrongswan/utils/host.h index 0a1be6e47..444878524 100644 --- a/src/libstrongswan/utils/host.h +++ b/src/libstrongswan/utils/host.h @@ -213,7 +213,7 @@ host_t *host_create_any(int family); * host_t *host * Use #-modifier to include port number */ -int host_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, +int host_printf_hook(printf_hook_data_t *data, printf_hook_spec_t *spec, const void *const *args); #endif /** HOST_H_ @}*/ |