Fix a few minor bugs

This commit is contained in:
Andrew Pamment
2018-01-22 19:21:57 +10:00
parent c5b754e135
commit 4e4fc03784
3 changed files with 3 additions and 0 deletions

View File

@@ -923,6 +923,7 @@ int www_send_msg(struct user_record *user, char *to, char *subj, int conference,
return 1;
}
return 0;
}
char *www_new_msg(struct user_record *user, int conference, int area) {