mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 05:05:11 +00:00
[ADD/WIP] Start receiptwerk
This commit is contained in:
parent
bb836789b2
commit
0fc0fdd6f4
9 changed files with 144 additions and 8 deletions
|
|
@ -40,6 +40,7 @@ extern HashMap * ASFind(const ParseeConfig *, char *, char *);
|
|||
* Said body is freed during the function's execution. */
|
||||
extern char * ASSend(const ParseeConfig *, char *, char *, char *, HashMap *);
|
||||
extern void ASType(const ParseeConfig *, char *, char *, bool);
|
||||
extern void ASPresence(const ParseeConfig *, char *, char *, char *);
|
||||
|
||||
/* Sets a state event with a specific type and body */
|
||||
extern void ASSetState(const ParseeConfig *conf, char *id, char *type, char *key, char *mask, HashMap *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue