aboutsummaryrefslogtreecommitdiff
path: root/src/conio.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-17 03:45:41 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-17 03:45:41 -0500
commitf1bf0a483e917b67cf9db6483072db261f7688c3 (patch)
tree66fc917d1c224f891eb57a6a59710b73569482ba /src/conio.h
parent4187e2f3bd0d12e37c494cb990bf4fbd7885555e (diff)
downloadfujinet-chat-f1bf0a483e917b67cf9db6483072db261f7688c3.tar.gz
Start welding the new UI code to the client. Compiles but doesn't work yet...
Diffstat (limited to 'src/conio.h')
-rw-r--r--src/conio.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/conio.h b/src/conio.h
deleted file mode 100644
index 25ca6c2..0000000
--- a/src/conio.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * conio
- */
-
-#ifndef CONIO_H
-#define CONIO_H
-
-void print(const char* c);
-void printc(char* c);
-void printl(const char* c, unsigned short l);
-void get_line(char* buf, unsigned char len);
-char get_char(void);
-
-#endif /* CONIO_H */