| 164 | /* Custom Keyword Function Type. */ |
| 165 | struct MessageComponent; |
| 166 | class call; |
| 167 | typedef int (*customKeyword)(call *, struct MessageComponent *, char *, int); |
| 168 | /* Custom Keyword Registration Function. */ |
| 169 | int registerKeyword(char *keyword, customKeyword fxn); |
nothing calls this directly
no outgoing calls
no test coverage detected