/* -*-c-*- */

/* Wrappers for io functions from the standard library that might be
 * interrupted.  These functions are restarted when necessary.
 */

/* ---------------------------- interface functions ------------------------ */

ssize_t fvwm_send(int s, const void *buf, size_t len, int flags);
ssize_t fvwm_recv(int s, void *buf, size_t len, int flags);


syntax highlighted by Code2HTML, v. 0.9.1