From 3be3213d2f76e2968d4854cfb11cecd0b5360129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 18 Sep 2021 12:15:16 +0200 Subject: Start work on `new' functions --- ctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ctl.h') 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); -- cgit v1.2.3