mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 05:34:39 +08:00
10 lines
279 B
C
10 lines
279 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);
|
|
void support_append_exec_panel(char *buffer, size_t buf_size, size_t *pos);
|
|
|
|
#endif /* SUPPORT_H */
|