aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.lua b/src/utils.lua
index 5bcbc8c..83e1d46 100644
--- a/src/utils.lua
+++ b/src/utils.lua
@@ -16,8 +16,8 @@ function string.fromhex(str)
end))
end
--- get information from the pawsd response
-function extractfromresponse(response, start, last)
+-- table[start, end] -> hex
+function table.extracthex(response, start, last)
local result = {}