Removed this typedef. (glibtop_server): Made the _priv' field a void *'.

2001-04-20  Martin Baulig  <baulig@suse.de>

	* include/glibtop/glibtop-server.h
	(glibtop_server_private): Removed this typedef.
	(glibtop_server): Made the `_priv' field a `void *'.
This commit is contained in:
Martin Baulig
2001-04-20 17:38:28 +00:00
committed by Martin Baulig
parent f4fc67f85c
commit c5fcc9aad6
6 changed files with 16 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ main (int argc, char *argv [])
if (backend_common != NULL)
glibtop_client_add_backend (client, backend_common);
backend_sysdeps = glibtop_backend_get ("glibtop-backend-sysdeps",
backend_sysdeps = glibtop_backend_get ("glibtop-backend-sysdeps-stub",
0, NULL, &error);
if (error != NULL) {