|
/*
|
|
* aprsc
|
|
*
|
|
* (c) Heikki Hannikainen, OH7LZB <hessu@hes.iki.fi>
|
|
*
|
|
* 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
|
|
|