]> git.sur5r.net Git - openldap/blobdiff - clients/tools/common.h
Add ldapurl command
[openldap] / clients / tools / common.h
index 9f917843f55f19ce5b7ffc96c4189b1371fdbc8f..025152d1d4532fff295adc36cf3ea1d0cfefa0f6 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2006 The OpenLDAP Foundation.
+ * Copyright 1998-2008 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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[];