#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <unistd.h>
#include <dirent.h>
#include <stdio.h>
#include <string.h>
#include <pb_encode.h>
#include <pb_decode.h>
#include "fileproto.pb.h"
#include "common.h"
Go to the source code of this file.
◆ ListFilesResponse_callback()
bool ListFilesResponse_callback |
( |
pb_istream_t * | istream, |
|
|
pb_ostream_t * | ostream, |
|
|
const pb_field_iter_t * | field ) |
◆ handle_connection()
void handle_connection |
( |
int | connfd | ) |
|
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |