Changed return value to void.

2000-11-26  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/glibtop-client.h (glibtop_client_open_backend):
	Changed return value to void.

	* lib/glibtop-client.c: Implement glibtop_client_add_backend() and
	glibtop_client_remove_backend().
This commit is contained in:
Martin Baulig
2000-11-26 18:54:57 +00:00
committed by Martin Baulig
parent 16b81f0d91
commit 98930be564
4 changed files with 42 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ glibtop_client_propagate_error (glibtop_client *client, GError *error);
void
glibtop_client_propagate_warning (glibtop_client *client, GError *error);
glibtop_backend *
void
glibtop_client_open_backend (glibtop_client *client, const char *backend_name,
u_int64_t features, const char **backend_args);