Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
9 lines
175 B
C
9 lines
175 B
C
#ifndef _PB_EXAMPLE_COMMON_H_
|
|
#define _PB_EXAMPLE_COMMON_H_
|
|
|
|
#include <pb.h>
|
|
|
|
pb_ostream_t pb_ostream_from_socket(int fd);
|
|
pb_istream_t pb_istream_from_socket(int fd);
|
|
|
|
#endif |