diff options
author | Preston Pan <ret2pop@gmail.com> | 2024-12-26 21:18:05 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2024-12-26 21:18:05 -0800 |
commit | fd14f6fbf8206589d2a0ad8f0793845cb8faf1d7 (patch) | |
tree | ac3f8288b9e5e9d5e3acaf7d07694dc04157233a /include/opcodes.h | |
parent | e75d6f6b8f4512a5bbfecbfa8c17f0bb687e3d55 (diff) |
stuff
Diffstat (limited to 'include/opcodes.h')
-rw-r--r-- | include/opcodes.h | 2 |
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); |