* * $Log$ * *
Definition in file station.c.
Go to the source code of this file.
Functions | |
| void | StationDisconnect (STATIONINFO *sip) |
| Disconnect from a radio station. | |
| STATIONINFO * | StationConnect (RADIOSTATION *scp, int sidx) |
| Connect to a radio station. | |
| void StationDisconnect | ( | STATIONINFO * | sip | ) |
Disconnect from a radio station.
| sip | Pointer to a station information structure. |
Definition at line 83 of file station.c.
Referenced by main(), and StationConnect().
| STATIONINFO* StationConnect | ( | RADIOSTATION * | scp, | |
| int | sidx | |||
| ) |