aboutsummaryrefslogtreecommitdiff
path: root/include/xyzModem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xyzModem.h')
-rw-r--r--include/xyzModem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xyzModem.h b/include/xyzModem.h
index a8911b6..0de8788 100644
--- a/include/xyzModem.h
+++ b/include/xyzModem.h
@@ -44,7 +44,6 @@
#define xyzModem_close 1
#define xyzModem_abort 2
-
#define CYGNUM_CALL_IF_SET_COMM_ID_QUERY_CURRENT
#define CYGACC_CALL_IF_SET_CONSOLE_COMM(x)
@@ -60,8 +59,6 @@ typedef struct {
int chan;
} connection_info_t;
-
-
int xyzModem_stream_open(connection_info_t *info, int *err);
void xyzModem_stream_close(int *err);
void xyzModem_stream_terminate(bool method, int (*getc)(void));