|
@@ -314,8 +314,6 @@ static int change_reply_status_f(
|
|
|
{
|
|
|
int code;
|
|
|
str reason;
|
|
|
- struct lump *l;
|
|
|
- char *ch;
|
|
|
|
|
|
if(get_int_fparam(&code, msg, (fparam_t *)_code)
|
|
|
|| get_str_fparam(&reason, msg, (fparam_t *)_reason)) {
|
|
@@ -2163,4 +2161,4 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2)
|
|
|
{
|
|
|
sr_kemi_modules_add(sr_kemi_textopsx_exports);
|
|
|
return 0;
|
|
|
-}
|
|
|
+}
|