summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop.h b/htop.h
index 7faa6c64..26c19180 100644
--- a/htop.h
+++ b/htop.h
@@ -14,6 +14,6 @@ in the source distribution for its full text.
// ----------------------------------------
-int main(int argc, char** argv);
+extern int main(int argc, char** argv);
#endif