dl-fldigi/src/include/thorvaricode.h

30 wiersze
1.0 KiB
C

// ----------------------------------------------------------------------------
2008-05-17 03:24:15 +00:00
// thorvaricode.h -- DEX Varicode
2008-05-09 23:12:17 +00:00
//
// Copyright (C) 2008
// Dave Freese, W1HKJ
//
// This file is part of fldigi.
//
// Fldigi is free software: you can redistribute it and/or modify
2008-05-09 23:12:17 +00:00
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
2008-05-09 23:12:17 +00:00
// (at your option) any later version.
//
// Fldigi is distributed in the hope that it will be useful,
2008-05-09 23:12:17 +00:00
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with fldigi. If not, see <http://www.gnu.org/licenses/>.
2008-05-09 23:12:17 +00:00
// ----------------------------------------------------------------------------
#ifndef _DEXVARICODE_H
#define _DEXVARICODE_H
2008-05-17 03:24:15 +00:00
extern const char *thorvarienc(int c, int secondary);
extern int thorvaridec(unsigned int symbol);
2008-05-09 23:12:17 +00:00
#endif