-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94a0f18
commit 3bf3751
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (c) 2003-2020 Ke Hengzhong <[email protected]> | ||
* Copyright (c) 2003-2021 Ke Hengzhong <[email protected]> | ||
* All rights reserved. See MIT LICENSE for redistribution. | ||
*/ | ||
|
||
|
@@ -16,8 +16,6 @@ int epcore_wakeup_clean (void * vpcore); | |
int epcore_wakeup_send (void * vpcore); | ||
int epcore_wakeup_recv (void * vpcore); | ||
|
||
int epcore_wakeup_getmon (void * vpcore, void * veps); | ||
|
||
int epump_wakeup_init (void * vepump); | ||
int epump_wakeup_clean (void * vepump); | ||
int epump_wakeup_send (void * vepump); | ||
|