aboutsummaryrefslogtreecommitdiff
path: root/include/opcodes.h
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2024-12-26 21:18:05 -0800
committerPreston Pan <ret2pop@gmail.com>2024-12-26 21:18:05 -0800
commitfd14f6fbf8206589d2a0ad8f0793845cb8faf1d7 (patch)
treeac3f8288b9e5e9d5e3acaf7d07694dc04157233a /include/opcodes.h
parente75d6f6b8f4512a5bbfecbfa8c17f0bb687e3d55 (diff)
stuff
Diffstat (limited to 'include/opcodes.h')
-rw-r--r--include/opcodes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/opcodes.h b/include/opcodes.h
index 3d5baf8..ff8400f 100644
--- a/include/opcodes.h
+++ b/include/opcodes.h
@@ -36,8 +36,6 @@ typedef enum {
SO_BYE,
} sopcode_t;
-void die_lz(int code, const char *msg);
-
char *decode_client_opcode(int op);
char *decode_server_opcode(int op);