1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 23:19:36 +00:00
Files
seafile-server/server/block-tx-server.h

10 lines
140 B
C
Raw Normal View History

2016-08-10 14:53:33 +08:00
#ifndef BLOCK_TX_SERVER_H
#define BLOCK_TX_SERVER_H
#include <event2/util.h>
int
block_tx_server_start (evutil_socket_t data_fd);
#endif