[Hamlib-cvs-digest] CVS: hamlib/ft747 ft747.c,1.17,1.18
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Frank S. <jav...@us...> - 2000-10-14 03:55:28
|
Update of /cvsroot/hamlib/hamlib/ft747 In directory slayer.i.sourceforge.net:/tmp/cvs-serv5419 Modified Files: ft747.c Log Message: minor fixes Index: ft747.c =================================================================== RCS file: /cvsroot/hamlib/hamlib/ft747/ft747.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** ft747.c 2000/10/09 01:17:19 1.17 --- ft747.c 2000/10/14 03:55:26 1.18 *************** *** 27,34 **** */ - - - - #include <stdlib.h> #include <stdio.h> /* Standard input/output definitions */ --- 27,30 ---- *************** *** 635,645 **** * init_ft747 is called by rig_backend_load */ ! int init_ft747(void *be_handle) ! { ! rig_debug(RIG_DEBUG_VERBOSE, "ft747: _init called\n"); ! ! rig_register(&ft747_caps); ! ! return RIG_OK; } --- 631,638 ---- * init_ft747 is called by rig_backend_load */ ! int init_ft747(void *be_handle) { ! rig_debug(RIG_DEBUG_VERBOSE, "ft747: _init called\n"); ! rig_register(&ft747_caps); ! return RIG_OK; } |