1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/tdutils/td/utils/port/user.h
2019-09-07 14:33:36 +04:00

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);
}