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