aboutsummaryrefslogtreecommitdiff
path: root/shared/test.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-14 16:21:21 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-14 16:21:21 +0200
commitf58ed35f0b73e933b6dd1f98472941c1d5d7ce9c (patch)
treec547ca4338fe04f4117b390eec6c855c9c3abef6 /shared/test.c
parent137f62eb368101dd0371f0c54e1a4a2a7be48890 (diff)
request handler function executed
Diffstat (limited to 'shared/test.c')
-rw-r--r--shared/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/test.c b/shared/test.c
index 788dc94..5f2cd60 100644
--- a/shared/test.c
+++ b/shared/test.c
@@ -6,8 +6,8 @@
#include "protocol.h"
-ws_s_bin* ws_protocol_res_last_records(ws_s_protocol_parsed_cmd* parsed_cmd) {
- return NULL;
+void ws_protocol_res_last_records(ws_s_protocol_parsed_cmd* parsed_cmd, ws_s_protocol_response* response) {
+ printf("last-records detected!\n");
}
int main() {