diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-12-23 12:25:34 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-12-23 12:25:34 -0500 |
commit | b826741b92f800aed8b1b4ffe887291897744b69 (patch) | |
tree | 4316dc52416e5099c11db0f6214699bdb950019e /include | |
parent | 8c4797157d006faa44cdfe702dfbff2ffa7125b9 (diff) |
Stop skipping Especialization of generated functions; fix Compiler.parseUrp; expose uw_really_write(); allow more NULL arguments to uw_register_transactional()
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 1 |
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; |