diff options
Diffstat (limited to 'ecp/server/sig.h')
-rw-r--r-- | ecp/server/sig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/server/sig.h b/ecp/server/sig.h index be4d647..52b5bd8 100644 --- a/ecp/server/sig.h +++ b/ecp/server/sig.h @@ -1,2 +1,2 @@ -int sig_start_handler(void); +int sig_start_handler(ECPSocket *sock); int sig_init(void); |