blob: 8dab3b7c38cb15cf3587ce750523ad06043e1d14 [file] [log] [blame]
Etan Cohen7ef855e2014-08-20 10:11:11 -07001#ifndef _PB_EXAMPLE_COMMON_H_
2#define _PB_EXAMPLE_COMMON_H_
3
4#include <pb.h>
5
6pb_ostream_t pb_ostream_from_socket(int fd);
7pb_istream_t pb_istream_from_socket(int fd);
8
9#endif