]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/util.h
Don't realloc connection handling array.
[netatalk.git] / include / atalk / util.h
index 277ac98975d7d430d50d999cfe6eb57ba7447bbb..6dcaabe260146fc56545829daf3c0a4c1b1d9812 100644 (file)
@@ -154,7 +154,8 @@ struct polldata {
                          * pointer to afp_child_t for IPC fd             */
 };
 
-extern void fdset_add_fd(struct pollfd **fdsetp,
+extern void fdset_add_fd(int maxconns,
+                         struct pollfd **fdsetp,
                          struct polldata **polldatap,
                          int *fdset_usedp,
                          int *fdset_sizep,