added rpcrot_move cap

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@890 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-01-22 00:48:41 +00:00
rodzic 8e41b09fdd
commit ab5b54540b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
* Copyright (c) 2001,2002 by Stephane Fillod
* Contributed by Francois Retief <fgretief@sun.ac.za>
*
* $Id: rpcrot_backend.c,v 1.1 2002-01-16 16:45:11 fgretief Exp $
* $Id: rpcrot_backend.c,v 1.2 2002-01-22 00:48:41 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -277,6 +277,7 @@ struct rot_caps rpcrot_caps = {
stop: rpcrot_stop,
reset: rpcrot_reset,
park: rpcrot_park,
move: rpcrot_move,
};