summaryrefslogtreecommitdiff
path: root/include/glibtop/glibtop-backend-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/glibtop-backend-info.h')
-rw-r--r--include/glibtop/glibtop-backend-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/glibtop-backend-info.h b/include/glibtop/glibtop-backend-info.h
index 1129c475..71bd119d 100644
--- a/include/glibtop/glibtop-backend-info.h
+++ b/include/glibtop/glibtop-backend-info.h
@@ -42,7 +42,7 @@ typedef struct _glibtop_call_vector glibtop_call_vector;
typedef int (*glibtop_backend_open_func_t) (glibtop_server *, glibtop_backend *,
u_int64_t, const char **);
typedef int (*glibtop_backend_close_func_t) (glibtop_server *, glibtop_backend *,
- void *);
+ glibtop_closure *);
struct _glibtop_backend_info
{