aboutsummaryrefslogtreecommitdiff
path: root/ctl.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 01:52:04 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 01:52:04 +0200
commit24bf14f6653ebf1c1ba79b9f212d35417bb6acbf (patch)
tree913a0f1bebf835a1109652b1c61d363972ee9a28 /ctl.h
parente25f56cbe86041d4ab19e474e38032fa7e681ac7 (diff)
downloadcforum-24bf14f6653ebf1c1ba79b9f212d35417bb6acbf.tar.gz
Implement attachments
Diffstat (limited to 'ctl.h')
-rw-r--r--ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctl.h b/ctl.h
index 7ac7030..c3797fc 100644
--- a/ctl.h
+++ b/ctl.h
@@ -1,3 +1,4 @@
+void showattachment(int);
void showfront(void);
void showpost(int);
void showuser(int); \ No newline at end of file