[MOD/WIP] Try doing fallbacks

This commit is contained in:
LDA 2024-06-24 02:05:11 +02:00
commit cc85859cca
5 changed files with 56 additions and 2 deletions

View file

@ -160,4 +160,7 @@ extern bool ParseeInitialiseSignals(HttpServer *, pthread_t, XMPPComponent *);
/* Job used to cleanup Parsee data that isn't necessary anymore. */
extern void ParseeCleanup(void *data);
/* Finds the offset of the first line without a '>' at its start. */
extern int ParseeFindDatastart(char *data);
#endif