Move examples into subfolders, add READMEs
This commit is contained in:
9
examples/network_server/common.h
Normal file
9
examples/network_server/common.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user