X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=clients%2Ftools%2Fcommon.h;h=1f60d5a42d3f09369890c6d597c73b6ce79ef247;hb=0ba4206ed93215f2c5c2d12d16342d6a846c278a;hp=0ddeeed1ea385fdbd8e128420a4b69cae778a482;hpb=8f336e91072aaeb0912a4678ab7bfa762606a2ae;p=openldap diff --git a/clients/tools/common.h b/clients/tools/common.h index 0ddeeed1ea..1f60d5a42d 100644 --- a/clients/tools/common.h +++ b/clients/tools/common.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2009 The OpenLDAP Foundation. + * Copyright 1998-2011 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -36,6 +36,7 @@ typedef enum tool_type_t { TOOL_WHOAMI = TOOL_EXOP | 0x100U, TOOL_PASSWD = TOOL_EXOP | 0x200U, + TOOL_VC = TOOL_EXOP | 0x400U, TOOL_WRITE = (TOOL_ADD|TOOL_DELETE|TOOL_MODIFY|TOOL_MODRDN), TOOL_READ = (TOOL_SEARCH|TOOL_COMPARE), @@ -55,6 +56,7 @@ extern int dont; extern int referrals; extern int verbose; extern int ldif; +extern ber_len_t ldif_wrap; extern char *prog; /* connection */