diff include/urweb.h @ 1083:2eb585274501

Stop skipping Especialization of generated functions; fix Compiler.parseUrp; expose uw_really_write(); allow more NULL arguments to uw_register_transactional()
author Adam Chlipala <adamc@hcoop.net>
date Wed, 23 Dec 2009 12:25:34 -0500
parents 740b85ef4352
children ae885ad70d83
line wrap: on
line diff
--- a/include/urweb.h	Tue Dec 22 15:29:38 2009 -0500
+++ b/include/urweb.h	Wed Dec 23 12:25:34 2009 -0500
@@ -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;