dss-0.0.3.
[dss.git] / fd.h
diff --git a/fd.h b/fd.h
index fa14ad2bdf1221872a5417b7ee0e90e5effac1b7..e24d446cb702a4bac88456ed5aabc33bdc5937d3 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -21,3 +21,6 @@ _static_inline_ int dss_rename(const char *old_path, const char *new_path)
        make_err_msg("rename %s -> %s failed", old_path, new_path);
        return ret;
 }
+
+int dss_select(int n, fd_set *readfds, fd_set *writefds,
+               struct timeval *timeout_tv);