aboutsummaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-19 14:46:47 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-19 14:46:47 +0200
commit53569c91e4ebdbba96e6286f846dead1d427e6e2 (patch)
tree70d9e65a3e175d034349dbfb17e1044b752a1334 /err.c
parent3f2a9bc6638dbe09bd8c70fdac068555659e58ac (diff)
downloadcforum-53569c91e4ebdbba96e6286f846dead1d427e6e2.tar.gz
Use single header file
There are drawbacks with this approach, but the benefit -- for a small-ish project -- is that the single header file can serve as a very good overview and guide for people exploring the code for the first time.
Diffstat (limited to 'err.c')
-rw-r--r--err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/err.c b/err.c
index dd15ebd..07a50a2 100644
--- a/err.c
+++ b/err.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include "cforum.h"
void
srverr(char *err)