summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/DragonFlyBSDProcessList.h
blob: 3f5cdc3e26b56f071ece8240193117a9b17ef3c5 (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_DragonFlyBSDProcessList
#define HEADER_DragonFlyBSDProcessList
/*
htop - DragonFlyBSDProcessList.h
(C) 2014 Hisham H. Muhammad
(C) 2017 Diederik de Groot
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

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

#include "ProcessList.h"


typedef struct DragonFlyBSDProcessList_ {
   ProcessList super;
} DragonFlyBSDProcessList;

#endif

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