From 4c17007a066bfe72c5efe089e1e29f75313d7201 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Nov 2017 16:53:08 +0800 Subject: [PATCH] dpcmd.c --- dpcmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpcmd.h b/dpcmd.h index d3a1f6e..005bdd6 100755 --- a/dpcmd.h +++ b/dpcmd.h @@ -94,6 +94,6 @@ void GetLogPath(char* path); bool Wait(const char* strOK,const char* strFail); void ExitProgram(void); int FirmwareUpdate(); - +void sin_handler(int sig); #endif