|
@@ -21,9 +21,9 @@
|
|
|
int dgnc_tty_register(struct dgnc_board *brd);
|
|
|
void dgnc_tty_unregister(struct dgnc_board *brd);
|
|
|
|
|
|
-int dgnc_tty_init(struct dgnc_board *);
|
|
|
+int dgnc_tty_init(struct dgnc_board *brd);
|
|
|
|
|
|
-void dgnc_cleanup_tty(struct dgnc_board *);
|
|
|
+void dgnc_cleanup_tty(struct dgnc_board *brd);
|
|
|
|
|
|
void dgnc_input(struct channel_t *ch);
|
|
|
void dgnc_carrier(struct channel_t *ch);
|