Moved foward declaration of glibtop to break circular #includes
* glibtop.h: Moved foward declaration of glibtop to break circular #includes dependencies.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-07-03 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
|
* glibtop.h: Moved foward declaration of glibtop to break circular
|
||||||
|
#includes dependencies.
|
||||||
|
|
||||||
2004-06-18 Benoît Dejean <tazforever@dlfp.org>
|
2004-06-18 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* include/glibtop/error.h: Also tries C99 __VA_ARGS__ before using
|
* include/glibtop/error.h: Also tries C99 __VA_ARGS__ before using
|
||||||
|
@@ -24,6 +24,9 @@
|
|||||||
#ifndef __GLIBTOP_H__
|
#ifndef __GLIBTOP_H__
|
||||||
#define __GLIBTOP_H__
|
#define __GLIBTOP_H__
|
||||||
|
|
||||||
|
typedef struct _glibtop glibtop;
|
||||||
|
|
||||||
|
|
||||||
#include <glibtop/global.h>
|
#include <glibtop/global.h>
|
||||||
|
|
||||||
#include <glibtop_server.h>
|
#include <glibtop_server.h>
|
||||||
@@ -37,10 +40,10 @@
|
|||||||
#define GLIBTOP_MOUNTENTRY_LEN 79
|
#define GLIBTOP_MOUNTENTRY_LEN 79
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _glibtop glibtop;
|
|
||||||
|
|
||||||
#include <glibtop/sysdeps.h>
|
#include <glibtop/sysdeps.h>
|
||||||
|
|
||||||
|
|
||||||
struct _glibtop
|
struct _glibtop
|
||||||
{
|
{
|
||||||
unsigned flags;
|
unsigned flags;
|
||||||
|
Reference in New Issue
Block a user