]> git.corax.cc Git - toolbox/commit
include/ipc: Rename _ipc_msg_encode() and _ipc_msg_decode()
authorMatthias Kruk <m@m10k.eu>
Wed, 16 Jun 2021 22:02:25 +0000 (07:02 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 16 Jun 2021 22:02:25 +0000 (07:02 +0900)
commitd83d341435402d152e95b2f4e4442c3fd7a389c7
treee5d4e3b98d6e685f034b3f1cf48f471f6fe10f44
parenta1cb8ea96076c95ff5af844e1e9d983e060c30b2
include/ipc: Rename _ipc_msg_encode() and _ipc_msg_decode()

The _ipc_msg_encode() and _ipc_msg_decode() functions are used to
encode and decode more than just IPC messages, so the function names
are somewhat inaccurate.
This commit renames the functions to _ipc_encode() and _ipc_decode(),
respectively.
include/ipc.sh