File indexing completed on 2024-04-14 04:51:52

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