mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
11 lines
177 B
C++
11 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);
|
|
|
|
}
|