diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 14:58:32 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 14:58:32 +0200 |
commit | 3f06a3d031f45bc45033f9088ebca9d0a5e9d45a (patch) | |
tree | 7ff7e2a2b88dcf494180724e4f9db98cb979f232 /tools | |
parent | a95f2716f609c2b1dbf49a11830535d88177dffd (diff) | |
download | connman-3f06a3d031f45bc45033f9088ebca9d0a5e9d45a.tar.gz connman-3f06a3d031f45bc45033f9088ebca9d0a5e9d45a.tar.bz2 connman-3f06a3d031f45bc45033f9088ebca9d0a5e9d45a.zip |
Add basic update for GWeb request API
Diffstat (limited to 'tools')
-rw-r--r-- | tools/web-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/web-test.c b/tools/web-test.c index 253948f1..0d0e363d 100644 --- a/tools/web-test.c +++ b/tools/web-test.c @@ -44,7 +44,7 @@ static void sig_term(int sig) g_main_loop_quit(main_loop); } -static void web_result(uint16_t status, gpointer user_data) +static void web_result(guint16 status, GWebResult *result, gpointer user_data) { gdouble elapsed; |