New global function to return `server->glibtop_errno'.

1999-12-22  Martin Baulig  <martin@home-of-linux.org>

	* lib/errors.c (glibtop_get_errno_l): New global function
	to return `server->glibtop_errno'.
	(glibtop_clear_errno_l): New global function to return
	`server->glibtop_errno' and set it back to 0.
This commit is contained in:
Martin Baulig
1999-12-22 13:09:42 +00:00
committed by Martin Baulig
parent ac0cce9d6f
commit d0441219cb
3 changed files with 20 additions and 8 deletions

View File

@@ -52,6 +52,9 @@ glibtop_get_error_string_l (glibtop *server, unsigned error_number);
unsigned
glibtop_get_errno_l (glibtop *server);
unsigned
glibtop_clear_errno_l (glibtop *server);
END_LIBGTOP_DECLS
#endif