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

@@ -33,7 +33,6 @@ BEGIN_LIBGTOP_DECLS
typedef struct _glibtop_server glibtop_server;
typedef struct _glibtop_server_info glibtop_server_info;
typedef struct _glibtop_server_private glibtop_server_private;
typedef int (*glibtop_init_func_t) (glibtop_server *);
@@ -57,7 +56,7 @@ struct _glibtop_server
unsigned flags;
const char *name;
glibtop_server_private *_priv;
void *_priv;
};
glibtop_server *