summaryrefslogtreecommitdiff
path: root/lib/packagekit-glib2/pk-client.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-09-02 15:47:58 +0100
committerRichard Hughes <richard@hughsie.com>2009-09-02 15:47:58 +0100
commit8a3d39740615de74319def0355d0540fb97e630c (patch)
treec2e98eedd19984842bfb11fa009221db54f0fe19 /lib/packagekit-glib2/pk-client.h
parentadd0dc2feff8380c442cff241c20ffb3398dec0b (diff)
glib2: fix up a couple of memory leaks and make valgrind and gdb happy
Diffstat (limited to 'lib/packagekit-glib2/pk-client.h')
-rw-r--r--lib/packagekit-glib2/pk-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/packagekit-glib2/pk-client.h b/lib/packagekit-glib2/pk-client.h
index 9ad4dea9a..eed293d29 100644
--- a/lib/packagekit-glib2/pk-client.h
+++ b/lib/packagekit-glib2/pk-client.h
@@ -100,6 +100,7 @@ struct _PkClientClass
GQuark pk_client_error_quark (void);
GType pk_client_get_type (void);
PkClient *pk_client_new (void);
+void pk_client_test (gpointer user_data);
/* get transaction results */
PkResults *pk_client_generic_finish (PkClient *client,