comparison 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
comparison
equal deleted inserted replaced
1082:4b2f50829af5 1083:2eb585274501
4 #include <sys/types.h> 4 #include <sys/types.h>
5 5
6 #include "types.h" 6 #include "types.h"
7 7
8 int uw_really_send(int sock, const void *buf, ssize_t len); 8 int uw_really_send(int sock, const void *buf, ssize_t len);
9 int uw_really_write(int fd, const void *buf, size_t len);
9 10
10 extern uw_unit uw_unit_v; 11 extern uw_unit uw_unit_v;
11 12
12 void uw_global_init(void); 13 void uw_global_init(void);
13 14