summaryrefslogtreecommitdiff
path: root/wintable/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/main.h')
-rw-r--r--wintable/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wintable/main.h b/wintable/main.h
index ba85e7a..ff86c35 100644
--- a/wintable/main.h
+++ b/wintable/main.h
@@ -103,8 +103,9 @@ struct table {
// forward declaration (TODO needed?)
static LRESULT notify(struct table *, UINT, intptr_t, intptr_t, uintptr_t);
-// necessary forward declaration
+// necessary forward declarations
static void update(struct table *, BOOL);
+static void updateAll(struct table *);
#include "util.h"
#include "coord.h"