X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Fcommon.c;fp=common%2Fcommon.c;h=43b2bf22145c2b014b4f4c2bb4988c0733e37fe6;hb=7961b29b3aae8dee45748bf66e30a45c76a47272;hp=aa9e5ea2c4568cc243d34a44c968d220b0f524f3;hpb=2eddee1ce8e3a644b73e03b65e8d4a3ccd024c76;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);