mirror of https://github.com/wb2osz/direwolf.git
7 lines
107 B
C
7 lines
107 B
C
|
#ifndef __EOTD_SEND_H
|
||
|
#define __EOTD_SEND_H
|
||
|
|
||
|
int eotd_send_block (int chan, char *str, char type);
|
||
|
|
||
|
#endif
|