diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-05 15:04:24 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-05 15:04:24 +0200 |
commit | 4437914ae033f286d728666d63e95e00536adf15 (patch) | |
tree | d855504c613dc225266ee4ac6c5e11eecb3955e9 /src/libcharon/plugins/android/android_handler.h | |
parent | 6c974a4fe345215c03c9bd6c908312e48afe46d4 (diff) | |
download | strongswan-4437914ae033f286d728666d63e95e00536adf15.tar.bz2 strongswan-4437914ae033f286d728666d63e95e00536adf15.tar.xz |
Correctly install DNS servers on Android if frontend is not used.
Diffstat (limited to 'src/libcharon/plugins/android/android_handler.h')
-rw-r--r-- | src/libcharon/plugins/android/android_handler.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libcharon/plugins/android/android_handler.h b/src/libcharon/plugins/android/android_handler.h index af620505b..0170958ee 100644 --- a/src/libcharon/plugins/android/android_handler.h +++ b/src/libcharon/plugins/android/android_handler.h @@ -1,6 +1,6 @@ /* + * Copyright (C) 2010-2011 Tobias Brunner * Copyright (C) 2010 Martin Willi - * Copyright (C) 2010 Tobias Brunner * Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it @@ -44,7 +44,9 @@ struct android_handler_t { /** * Create a android_handler instance. + * + * @param frontend TRUE if the VPN frontend is used */ -android_handler_t *android_handler_create(); +android_handler_t *android_handler_create(bool frontend); #endif /** ANDROID_HANDLER_H_ @}*/ |