X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fproxy.h;h=7842f65f8b6b8a64b0211cd02c8aad1ff1147203;hb=c7ef013a41f069ecb4b765b57fa485c82c252fad;hp=5dd0583b0958f59b478c4b61d48d7adf9f6a782e;hpb=b05980e215343dac0bed5a6bb3be1ef97b223166;p=platform%2Fupstream%2Fconnman.git diff --git a/include/proxy.h b/include/proxy.h index 5dd0583..7842f65 100644 --- a/include/proxy.h +++ b/include/proxy.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -37,6 +37,7 @@ extern "C" { typedef void (*connman_proxy_lookup_cb) (const char *proxy, void *user_data); unsigned int connman_proxy_lookup(const char *interface, const char *url, + struct connman_service *service, connman_proxy_lookup_cb cb, void *user_data); void connman_proxy_lookup_cancel(unsigned int token);