summaryrefslogtreecommitdiff
path: root/src/core/net-disconnect.h
blob: a1ca06430b1c01bce133414b36811c48257d7c53 (plain)
1
2
3
4
5
6
7
#ifndef __NET_DISCONNECT_H
#define __NET_DISCONNECT_H

void net_disconnect_init(void);
void net_disconnect_deinit(void);

#endif