From 9c643efab52eef907c6e8a482d95fa1a1952e73b Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 4 Nov 2019 18:50:54 -0500 Subject: Zero PASS parameter --- bounce.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 434a1f8..129dd7b 100644 --- a/bounce.h +++ b/bounce.h @@ -45,9 +45,9 @@ bool verbose; enum { ParamCap = 15 }; struct Message { - const char *origin; - const char *cmd; - const char *params[ParamCap]; + char *origin; + char *cmd; + char *params[ParamCap]; }; static inline struct Message parse(char *line) { -- cgit 1.4.1