aprsc/src/passcode.h

18 lines
279 B
C

/*
* 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