New error constant.

2000-01-02  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/errors.h
	(GLIBTOP_ERROR_DEMARSHAL_ERROR): New error constant.
This commit is contained in:
Martin Baulig
2000-01-02 14:48:49 +00:00
committed by Martin Baulig
parent cd9c5b7967
commit 58fa4a5955
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2000-01-02 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/errors.h
(GLIBTOP_ERROR_DEMARSHAL_ERROR): New error constant.
* src/Makefile.am: Disable compilation of the `daemon' directory.
* include/glibtop/command.h: Removed.

View File

@@ -47,7 +47,9 @@ BEGIN_LIBGTOP_DECLS
#define GLIBTOP_ERROR_NO_SUCH_BACKEND 10
#define GLIBTOP_ERROR_NOT_IMPLEMENTED 11
#define GLIBTOP_MAX_ERROR 12
#define GLIBTOP_ERROR_DEMARSHAL_ERROR 12
#define GLIBTOP_MAX_ERROR 13
char *
glibtop_get_error_string_l (glibtop *server, unsigned error_number);