Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
07f24f9
)
Fix a confusing statement in a comment.
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Fri, 24 Aug 2012 16:25:29 +0000
(19:25 +0300)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Fri, 24 Aug 2012 16:25:29 +0000
(19:25 +0300)
pb_decode.h
patch
|
blob
|
history
diff --git
a/pb_decode.h
b/pb_decode.h
index
7045c5d
..
192326e
100644
(file)
--- a/
pb_decode.h
+++ b/
pb_decode.h
@@
-3,7
+3,7
@@
/* pb_decode.h: Functions to decode protocol buffers. Depends on pb_decode.c.
* The main function is pb_decode. You will also need to create an input
- * stream, which is easiest to do with pb_istream_
t
.
+ * stream, which is easiest to do with pb_istream_
from_buffer()
.
*
* You also need structures and their corresponding pb_field_t descriptions.
* These are usually generated from .proto-files with a script.