1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-26 23:16:51 +00:00
seafile-server/server/block-tx-server.h
2016-08-19 13:54:16 +08:00

10 lines
140 B
C

#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