From 59a5c09e830e370aec716ec01a506f87bd28995b Mon Sep 17 00:00:00 2001 From: "Frank Singleton, VK3FCS" Date: Mon, 4 Sep 2000 03:58:06 +0000 Subject: [PATCH] adding rig_caps stuff git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@83 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- ft747/ft747.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ft747/ft747.h b/ft747/ft747.h index ef7cf9df7..67a880e1b 100644 --- a/ft747/ft747.h +++ b/ft747/ft747.h @@ -7,7 +7,7 @@ * box (FIF-232C) or similar * * - * $Id: ft747.h,v 1.5 2000-08-19 04:07:00 javabear Exp $ + * $Id: ft747.h,v 1.6 2000-09-04 03:58:06 javabear Exp $ * * * This program is free software; you can redistribute it and/or @@ -89,6 +89,7 @@ const float band_data[11] = { 0.0, 0.1, 2.5, 4.0, 7.5, 10.5, 14.5, 18.5, 21.5, 2 */ int rig_open(char *serial_port); /* return fd or -1 on error */ int rig_close(int fd); /* close port using fd */ +struct rig_caps *rig_get_caps(); /* return ptr to capabilities */ /* * set commands