mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-26 23:16:51 +00:00
10 lines
140 B
C
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
|