mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 11:42:18 +00:00
12 lines
177 B
C
12 lines
177 B
C
|
#pragma once
|
||
|
|
||
|
#include "td/utils/port/config.h"
|
||
|
#include "td/utils/port/platform.h"
|
||
|
#include "td/utils/Status.h"
|
||
|
|
||
|
namespace td {
|
||
|
|
||
|
td::Status change_user(td::Slice username);
|
||
|
|
||
|
}
|