aboutsummaryrefslogtreecommitdiffstats
path: root/include/packet.c
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-06-30 23:54:36 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2024-06-30 23:54:36 +0300
commit0cd383b2c444936dc2290c850c02a0cae11187cd (patch)
tree85805bb2de7b9b942c7de9bba430f6275ede01bf /include/packet.c
parentb9251a3c950e75f0d69d5799da42d06dd3e41a63 (diff)
Updated C headers library
Diffstat (limited to 'include/packet.c')
-rw-r--r--include/packet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/packet.c b/include/packet.c
index db20a12..5f551de 100644
--- a/include/packet.c
+++ b/include/packet.c
@@ -5,8 +5,3 @@ unsigned int system_packet_checksum(struct kv_system_packet *packet) {
(packet->operation_id | (177013 << 10));
}
-int __user_cmp(const void* a, const void* b) {
- struct user *_a = (struct user*)a,
- *_b = (struct user*)b;
- return _a->id - _b->id;
-}