X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Fcommon.c;h=43b2bf22145c2b014b4f4c2bb4988c0733e37fe6;hb=e327d3786ba0371eaaff8e6ba0fe3fc39f095ae2;hp=aa9e5ea2c4568cc243d34a44c968d220b0f524f3;hpb=d25cf39d7cb4d2df2d7e2fa307c1c8f14bb018cc;p=apps%2Fpfixtools.git diff --git a/common/common.c b/common/common.c index aa9e5ea..43b2bf2 100644 --- a/common/common.c +++ b/common/common.c @@ -68,7 +68,7 @@ void common_sighandler(int sig) } } -static int setnonblock(int sock) +int setnonblock(int sock) { int res = fcntl(sock, F_GETFL);