mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Update tutorial-10-user_defined_protocol.md
This commit is contained in:
@@ -31,7 +31,7 @@ private:
|
||||
|
||||
/* You have to implement one of the 'append' functions, and the first one
|
||||
* with arguement 'size_t *size' is recommmended. */
|
||||
virtual int append(const void *buf, size_t *size);
|
||||
virtual int append(const void *buf, size_t *size);
|
||||
virtual int append(const void *buf, size_t size);
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user