MOS Source Code
|
#include <pb.h>
Go to the source code of this file.
Functions | |
pb_ostream_t | pb_ostream_from_socket (int fd) |
pb_istream_t | pb_istream_from_socket (int fd) |
pb_ostream_t pb_ostream_from_socket | ( | int | fd | ) |
Definition at line 33 of file common.c.
Referenced by handle_connection(), and listdir().
pb_istream_t pb_istream_from_socket | ( | int | fd | ) |
Definition at line 39 of file common.c.
Referenced by handle_connection(), and listdir().