aboutsummaryrefslogtreecommitdiff
path: root/ctl.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 12:15:16 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 12:15:16 +0200
commit3be3213d2f76e2968d4854cfb11cecd0b5360129 (patch)
treeaefd59e1623e71acb032417ba140fb9ffe27a992 /ctl.h
parent973edb08ed5ff35644328c244d5d584f44a70591 (diff)
downloadcforum-3be3213d2f76e2968d4854cfb11cecd0b5360129.tar.gz
Start work on `new' functions
Diffstat (limited to 'ctl.h')
-rw-r--r--ctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctl.h b/ctl.h
index 1dda7af..95c66af 100644
--- a/ctl.h
+++ b/ctl.h
@@ -1,3 +1,6 @@
+void newatt(void);
+void newpost(void);
+void newuser(void);
void showatt(int);
void showfront(void);
void showpost(int);