direwolf/src/eotd_send.h

7 lines
107 B
C

#ifndef __EOTD_SEND_H
#define __EOTD_SEND_H
int eotd_send_block (int chan, char *str, char type);
#endif