Ext
 All Files Functions
server.h
Go to the documentation of this file.
1 
6 #ifndef EXT_FILESYSTEM_SERVER_SERVER_H_
7 #define EXT_FILESYSTEM_SERVER_SERVER_H_
8 
15 int server_loop(long port, const char* fs_file_path);
16 
17 #endif //EXT_FILESYSTEM_SERVER_SERVER_H_
int server_loop(long port, const char *fs_file_path)
Definition: server.c:169