Move some code.
[apps/pfixtools.git] / common / common.c
index aa9e5ea..43b2bf2 100644 (file)
@@ -68,7 +68,7 @@ void common_sighandler(int sig)
     }
 }
 
-static int setnonblock(int sock)
+int setnonblock(int sock)
 {
     int res = fcntl(sock, F_GETFL);