1 /*
2  *	aprsc
3  *
4  *	(c) Heikki Hannikainen, OH7LZB <hessu@hes.iki.fi>
5  *
6  *     This program is licensed under the BSD license, which can be found
7  *     in the file LICENSE.
8  *
9  */
10 
11 #ifndef PASSCODE_H
12 #define PASSCODE_H
13 
14 extern short aprs_passcode(const char* theCall);
15 
16 #endif
17 
18