From 47e881f460cfb441be64a1ff17295357fb02d0ad Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 4 Oct 2012 23:59:45 +0000 Subject: Add IO priority support ('i' key) --- htop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htop.h') 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); -- cgit v1.2.3