mirror of
https://github.com/google/pebble.git
synced 2025-07-14 10:11:59 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
9
third_party/nanopb/examples/network_server/common.h
vendored
Normal file
9
third_party/nanopb/examples/network_server/common.h
vendored
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
|
Loading…
Add table
Add a link
Reference in a new issue