[l10n] Updated Estonian translation
[bug-buddy.git] / src / proccess.h
blob5d6766bd44aa20d0168038d2df7206b4fd08e91a
1 /*
2 * Author: Brent Smith <gnome@nextreality.net>
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of version 2 of the GNU General Public
6 * License as published by the Free Software Foundation.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
18 #ifndef __PROCCESS_H__
19 #define __PROCCESS_H__
21 #include <glibtop/procmem.h>
22 #include <glibtop/proctime.h>
24 char* proccess_get_mem_state (pid_t pid);
25 char* proccess_get_time (pid_t pid);
27 #endif /* __PROCCESS_H__ */