summaryrefslogtreecommitdiff
path: root/trs_printer.c
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2017-03-30 06:20:32 -0700
committerG. Branden Robinson <g.branden.robinson@gmail.com>2017-03-30 06:20:32 -0700
commit108a3cd52ec61f4919d281e93d11a3181c063bee (patch)
treed4d329b298447ac96d407a8daf32fa7ffc9b532d /trs_printer.c
parent19b0c5e0755e213172625e814ef089398abd7de1 (diff)
xtrs (4.9c-4) unstable; urgency=mediumHEADdebian/4.9c-4archive/debian/4.9c-4master
* Makefile: Undefine HAVE_SIGIO. (Closes: #511645) * Update Maintainer full name and email address from the "old me" to the "new me". [dgit import package xtrs 4.9c-4]
Diffstat (limited to 'trs_printer.c')
-rw-r--r--trs_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trs_printer.c b/trs_printer.c
index 8edd950..3352787 100644
--- a/trs_printer.c
+++ b/trs_printer.c
@@ -16,7 +16,7 @@
#include "z80.h"
#include "trs.h"
-void trs_printer_write(value)
+extern void trs_printer_write(int value)
{
if(value == 0x0D)
{