7 lines
85 B
C
7 lines
85 B
C
#pragma once
|
|
|
|
struct peer;
|
|
|
|
void wakeup_init();
|
|
void wakeup_add(struct peer *, int);
|