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 *'.

	* glibtop-server-private.h: Moved to lib/.

	* lib/glibtop-server-private.h
	(glibtop_server_private): Moved this typedef here.
This commit is contained in:
Martin Baulig
2001-04-20 17:48:55 +00:00
committed by Martin Baulig
parent c5fcc9aad6
commit 3b7c109916
2 changed files with 3 additions and 5 deletions

View File

@@ -45,10 +45,6 @@ typedef struct _glibtop glibtop;
#include <glibtop/glibtop-server.h>
#ifdef _IN_LIBGTOP
#include <glibtop-server-private.h>
#endif
glibtop *
glibtop_init_r (glibtop **server_ptr,
unsigned long features,

View File

@@ -32,6 +32,8 @@
#include <glib.h>
typedef struct _glibtop_server_private glibtop_server_private;
struct _glibtop_server_private
{
#ifdef HAVE_GLIBTOP_MACHINE_H