summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/htop.h b/htop.h
index 227f36d3..8d8ed7ed 100644
--- a/htop.h
+++ b/htop.h
@@ -15,6 +15,8 @@ in the source distribution for its full text.
#define COPYRIGHT "(C) 2004-2011 Hisham Muhammad"
+typedef bool(*ForeachProcessFn)(Process*, size_t);
+
typedef struct IncBuffer_;
int main(int argc, char** argv);