aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd/OpenBSDProcessTable.h
blob: f911a10becb30aefda34718fa28e742e045c0838 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef HEADER_OpenBSDProcessTable
#define HEADER_OpenBSDProcessTable
/*
htop - OpenBSDProcessTable.h
(C) 2014 Hisham H. Muhammad
(C) 2015 Michael McConville
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include <stdbool.h>
#include <sys/types.h>

#include "ProcessTable.h"


typedef struct OpenBSDProcessTable_ {
   ProcessTable super;
} OpenBSDProcessTable;

#endif

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