summaryrefslogtreecommitdiffstats
path: root/dimension
diff options
context:
space:
mode:
Diffstat (limited to 'dimension')
-rw-r--r--dimension/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/platform.h b/dimension/platform.h
index ffb3406..a2114be 100644
--- a/dimension/platform.h
+++ b/dimension/platform.h
@@ -26,6 +26,6 @@
* Get the width of the terminal.
* @return The width (in characters) of the terminal, defaulting to 80.
*/
-unsigned int dmnsn_terminal_width();
+unsigned int dmnsn_terminal_width(void);
#endif /* PLATFORM_H */