From 412278d54644f995a1d1eedf6da6db47634b2470 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 8 Jan 2005 01:04:03 +0000 Subject: pthread compat git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@14 cc0fb855-19ed-0310-866e-8c1d96e4abae --- libasyncns/asyncns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libasyncns/asyncns.h') diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h index ac5f789..beb1e47 100644 --- a/libasyncns/asyncns.h +++ b/libasyncns/asyncns.h @@ -55,7 +55,7 @@ typedef struct asyncns asyncns_t; typedef struct asyncns_query asyncns_query_t; /** Allocate a new libasyncns session with n_proc worker processes */ -asyncns_t* asyncns_new(int n_proc); +asyncns_t* asyncns_new(unsigned n_proc); /** Free a libasyncns session. This destroys all attached * asyncns_query_t objects automatically */ -- cgit