aboutsummaryrefslogtreecommitdiffstats
path: root/EnvScreen.h
blob: 118c271c0eb8c738860006d0300a046e821feed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef HEADER_EnvScreen
#define HEADER_EnvScreen
/*
htop - EnvScreen.h
(C) 2015,2016 Michael Klein
(C) 2016,2017 Hisham H. Muhammad
(C) 2020,2021 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include "InfoScreen.h"
#include "Object.h"
#include "Process.h"


typedef struct EnvScreen_ {
   InfoScreen super;
} EnvScreen;

extern const InfoScreenClass EnvScreen_class;

EnvScreen* EnvScreen_new(Process* process);

void EnvScreen_delete(Object* this);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy