mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 05:34:39 +08:00
12 lines
285 B
C
12 lines
285 B
C
#ifndef TUI_STATUS_H
|
|
#define TUI_STATUS_H
|
|
|
|
#include "common.h"
|
|
|
|
struct client;
|
|
|
|
void tui_status_append(char *buffer, size_t buf_size, size_t *pos,
|
|
const struct client *client, int msg_count,
|
|
int start, int end);
|
|
|
|
#endif /* TUI_STATUS_H */
|