Sign in
bazel
/
bazel
/
f4b6ac64aa7c1a8abcb6e96acb93b920cccf7be5
/
.
/
third_party
/
nanopb
/
examples
/
network_server
/
common.h
blob: 8dab3b7c38cb15cf3587ce750523ad06043e1d14 [
file
] [
log
] [
blame
]
#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