mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 14:52:17 +00:00
13 lines
235 B
C
13 lines
235 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _RDS_LOOP_H
|
|
#define _RDS_LOOP_H
|
|
|
|
/* loop.c */
|
|
extern struct rds_transport rds_loop_transport;
|
|
|
|
int rds_loop_net_init(void);
|
|
void rds_loop_net_exit(void);
|
|
void rds_loop_exit(void);
|
|
|
|
#endif
|