mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[MOD] Die on loopback stanza
Dirty hack to a memory problem.
This commit is contained in:
parent
b408cbf224
commit
14ebef53ce
7 changed files with 77 additions and 16 deletions
|
|
@ -8,4 +8,7 @@ extern HashMap * MatrixCreateError(char *err, char *msg);
|
|||
|
||||
/* Creates the content for a notice message. */
|
||||
extern HashMap * MatrixCreateNotice(char *body);
|
||||
|
||||
/* Creates the content for a normal message. */
|
||||
extern HashMap * MatrixCreateMessage(char *body);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue