aboutsummaryrefslogtreecommitdiff
path: root/c/main.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-17 02:30:34 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-17 02:30:34 +0200
commitcd5ff302d1b03edb6fe81254c585e0e88c8e71ee (patch)
treebbf61c24e710f6ac07f2973ca31efdd1a2c9cbeb /c/main.h
parente96b4db3fb46384f286e9297186b87648c7219c4 (diff)
downloadEpisodeBrowser-cd5ff302d1b03edb6fe81254c585e0e88c8e71ee.tar.gz
Name function arguments in headers.
This is obviously a lot less obtuse.
Diffstat (limited to 'c/main.h')
-rw-r--r--c/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/main.h b/c/main.h
index 0b899e6..d79975e 100644
--- a/c/main.h
+++ b/c/main.h
@@ -1,6 +1,6 @@
#ifndef MAIN_H
#define MAIN_H
-void UpdateLayout();
+void UpdateLayout(void);
#endif