mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 05:46:35 +01:00
add prompt logging support
This commit is contained in:
@@ -31,5 +31,5 @@ void add_to_log_buf(uint8_t *msg, uint8_t *name, struct chatlog *log, bool event
|
||||
This is triggered automatically when the log buffer is full, but may be forced. */
|
||||
void write_to_log(struct chatlog *log);
|
||||
|
||||
void log_enable(struct chatlog *log, uint8_t *name, uint8_t *key);
|
||||
void log_disable(struct chatlog *log);
|
||||
void log_enable(uint8_t *name, uint8_t *key, struct chatlog *log);
|
||||
void log_disable(struct chatlog *log);
|
||||
|
||||
Reference in New Issue
Block a user