diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-29 22:16:47 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-29 22:16:47 -0300 |
commit | 64f6c0ba3c0f8a7d67d813cb3498987134477d83 (patch) | |
tree | 0b3a6bbb709852e6863bf25c9fb49e686980699b /hardinfo2/xmlrpc-client.c | |
parent | 20731a3f2e262440e00da501452b1efe5e6f1d52 (diff) |
Implement more remote client features
Diffstat (limited to 'hardinfo2/xmlrpc-client.c')
-rw-r--r-- | hardinfo2/xmlrpc-client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hardinfo2/xmlrpc-client.c b/hardinfo2/xmlrpc-client.c index 81177381..ae8b1078 100644 --- a/hardinfo2/xmlrpc-client.c +++ b/hardinfo2/xmlrpc-client.c @@ -179,9 +179,9 @@ static void xmlrpc_response_get_array(SoupSession *s, } GValueArray *xmlrpc_get_array(gchar *addr, - gchar *method, - const gchar *param_types, - ...) + gchar *method, + const gchar *param_types, + ...) { GValueArray *params, *answer = NULL; SoupMessage *msg; |