mirror of
https://github.com/danog/ton.git
synced 2024-12-02 17:38:33 +01: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);
|
|
|
|
}
|