1 /* Copyright (C) 1998-99 Martin Baulig
2    This file is part of LibGTop 1.0.
3 
4    Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
5 
6    LibGTop is free software; you can redistribute it and/or modify it
7    under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 2 of the License,
9    or (at your option) any later version.
10 
11    LibGTop is distributed in the hope that it will be useful, but WITHOUT
12    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14    for more details.
15 
16    You should have received a copy of the GNU General Public License
17    along with LibGTop; see the file COPYING. If not, write to the
18    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19    Boston, MA 02110-1301, USA.
20 */
21 
22 #ifndef __GLIBTOP_CLOSE_H__
23 #define __GLIBTOP_CLOSE_H__
24 
25 #include <glibtop.h>
26 
27 G_BEGIN_DECLS
28 
29 void glibtop_close (void);
30 
31 void glibtop_close_r (glibtop *server);
32 
33 void glibtop_close_s (glibtop *server);
34 void glibtop_close_p (glibtop *server);
35 
36 G_END_DECLS
37 
38 #endif
39