2
0

common.h 175 B

123456789
  1. #ifndef _PB_EXAMPLE_COMMON_H_
  2. #define _PB_EXAMPLE_COMMON_H_
  3. #include <pb.h>
  4. pb_ostream_t pb_ostream_from_socket(int fd);
  5. pb_istream_t pb_istream_from_socket(int fd);
  6. #endif