]> git.sur5r.net Git - openldap/blobdiff - clients/tools/common.h
Add common -o nettimeout option to specify network timeout
[openldap] / clients / tools / common.h
index 9f917843f55f19ce5b7ffc96c4189b1371fdbc8f..4b4967bd7c7b92d80d54e542575a0156703d64b1 100644 (file)
@@ -94,6 +94,9 @@ extern struct berval  pr_cookie;
 extern int             chaining;
 #endif /* LDAP_CONTROL_X_CHAINING_BEHAVIOR */
 
+/* options */
+extern struct timeval  nettimeout;
+
 /* Defined in common.c, set in main() */
 extern const char      __Version[];