Updated:
		rotorez.h for rot_set_conf support


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1398 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Nate Bargmann, N0NB 2003-02-27 03:50:03 +00:00
rodzic 8d53121692
commit d6a2abff8e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@
* supports the Hy-Gain DCU-1.
*
*
* $Id: rotorez.h,v 1.3 2003-02-13 03:08:00 n0nb Exp $
* $Id: rotorez.h,v 1.4 2003-02-27 03:50:03 n0nb Exp $
*
*
* This library is free software; you can redistribute it and/or
@ -52,5 +52,7 @@ static int rotorez_rot_get_position(ROT *rot, azimuth_t *azimuth, elevation_t *e
static int rotorez_rot_stop(ROT *rot);
static int rotorez_rot_set_conf(ROT *rot, token_t token, const char *val);
#endif /* _ROT_ROTOREZ_H */