summaryrefslogtreecommitdiff
path: root/include/urweb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/urweb.h')
-rw-r--r--include/urweb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h
index 8321aaf2..31b0da5d 100644
--- a/include/urweb.h
+++ b/include/urweb.h
@@ -6,6 +6,7 @@
#include "types.h"
int uw_really_send(int sock, const void *buf, ssize_t len);
+int uw_really_write(int fd, const void *buf, size_t len);
extern uw_unit uw_unit_v;