/* * aprsc * * (c) Heikki Hannikainen, OH7LZB * * This program is licensed under the BSD license, which can be found * in the file LICENSE. * */ #ifndef PASSCODE_H #define PASSCODE_H extern short aprs_passcode(const char* theCall); #endif