htop/unsupported/UnsupportedProcess.h

19 lines
409 B
C
Raw Normal View History

2015-03-16 03:16:18 -03:00
#ifndef HEADER_UnsupportedProcess
#define HEADER_UnsupportedProcess
/*
htop - UnsupportedProcess.h
(C) 2015 Hisham H. Muhammad
Released under the GNU GPLv2, see the COPYING file
2015-03-16 03:16:18 -03:00
in the source distribution for its full text.
*/
2015-07-12 11:26:33 -05:00
#include "Settings.h"
2015-03-16 03:16:18 -03:00
#define Process_delete UnsupportedProcess_delete
2015-07-12 11:26:33 -05:00
Process* UnsupportedProcess_new(Settings* settings);
2015-03-16 03:16:18 -03:00
void UnsupportedProcess_delete(Object* cast);
#endif