#ifndef RECIPIENTS_H #define RECIPIENTS_H int recipients_init(void); int recipients(char *,int); ssize_t safewrite(); #endif