summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns.h
diff options
context:
space:
mode:
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 */