master/command.h
changeset 238 b4960499098f
parent 208 b7797f8a813d
child 246 0bf7c769de06
--- a/master/command.h	Mon May 15 12:57:24 2006 +0000
+++ b/master/command.h	Tue May 16 11:57:06 2006 +0000
@@ -115,6 +115,7 @@
 
 void ec_command_init(ec_command_t *);
 void ec_command_clear(ec_command_t *);
+int ec_command_prealloc(ec_command_t *, size_t);
 
 int ec_command_nprd(ec_command_t *, uint16_t, uint16_t, size_t);
 int ec_command_npwr(ec_command_t *, uint16_t, uint16_t, size_t);