From 56ca9308ba5a93c0e61b590ba4f80c32dff4c042 Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Mon, 18 Feb 2002 18:27:03 +0000 Subject: [PATCH] enable get_ptt for this rig git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@963 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts870s.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kenwood/ts870s.c b/kenwood/ts870s.c index fb5aa2573..841d75307 100644 --- a/kenwood/ts870s.c +++ b/kenwood/ts870s.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS870S description * Copyright (c) 2000,2001,2002 by Stephane Fillod * - * $Id: ts870s.c,v 1.20 2002-01-09 23:14:48 fillods Exp $ + * $Id: ts870s.c,v 1.21 2002-02-18 18:27:03 pa4tu 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 @@ -180,6 +180,7 @@ set_vfo: kenwood_set_vfo, get_vfo: kenwood_get_vfo, set_ctcss_tone: kenwood_set_ctcss_tone, get_ctcss_tone: kenwood_get_ctcss_tone, +get_ptt: kenwood_get_ptt, set_ptt: kenwood_set_ptt, get_dcd: kenwood_get_dcd, set_func: kenwood_set_func,