"Fossies" - the Fresh Open Source Software Archive

Member "tdesktop-4.8.1/Telegram/SourceFiles/settings/cloud_password/settings_cloud_password_email_confirm.h" (24 Apr 2023, 375 Bytes) of package /linux/misc/tdesktop-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "settings_cloud_password_email_confirm.h" see the Fossies "Dox" file reference documentation.

    1 /*
    2 This file is part of Telegram Desktop,
    3 the official desktop application for the Telegram messaging service.
    4 
    5 For license and copyright information please follow this link:
    6 https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
    7 */
    8 #pragma once
    9 
   10 #include "settings/settings_type.h"
   11 
   12 namespace Settings {
   13 
   14 Type CloudPasswordEmailConfirmId();
   15 
   16 } // namespace Settings
   17