freebsd-ports/comms/tlf/files/patch-src_callinput.c
Pav Lucistnik 0b78f9d021 Add tlf, an amateur radio curses based logging program.
PR:		ports/69166
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-11-12 21:51:28 +00:00

18 lines
397 B
C

--- src/callinput.c.orig Sat Jul 10 21:33:41 2004
+++ src/callinput.c Sat Jul 10 21:34:33 2004
@@ -26,6 +26,7 @@
#include "addspot.h"
#include "changefreq.h"
+void send_bandswitch(int freq);
int callinput(void)
@@ -105,7 +106,6 @@
instring[1] = '\0';
-void send_bandswitch(int freq);
if (use_rxvt == 0) attron(COLOR_PAIR(NORMCOLOR) | A_BOLD );
else attron(COLOR_PAIR(NORMCOLOR) );