mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 07:04:37 +08:00
11 lines
346 B
C
11 lines
346 B
C
#ifndef SUPPORT_H
|
|
#define SUPPORT_H
|
|
|
|
#include "common.h"
|
|
|
|
void support_append_interactive_panel(char *buffer, size_t buf_size,
|
|
size_t *pos, help_lang_t lang);
|
|
void support_append_exec_panel(char *buffer, size_t buf_size, size_t *pos,
|
|
help_lang_t lang);
|
|
|
|
#endif /* SUPPORT_H */
|