Warning, file /network/kdeconnect-kde/smsapp/gsmasciimap.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /** 0002 * SPDX-FileCopyrightText: 2020 Jiří Wolker <woljiri@gmail.com> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0005 */ 0006 0007 #ifndef GSMASCIIMAP_H 0008 #define GSMASCIIMAP_H 0009 0010 extern bool gsm_ascii_map[128]; 0011 0012 #endif // GSMASCIIMAP_H