summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-08 01:04:03 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-08 01:04:03 +0000
commit412278d54644f995a1d1eedf6da6db47634b2470 (patch)
treebd826be408dc3567e6f8b9b9a76acf17e9c52e7b /libasyncns/asyncns.h
parent1117b84689ee5337369b95c7b093be9acbed26ae (diff)
pthread compat
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@14 cc0fb855-19ed-0310-866e-8c1d96e4abae
Diffstat (limited to 'libasyncns/asyncns.h')
-rw-r--r--libasyncns/asyncns.h2
1 files changed, 1 insertions, 1 deletions
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 */