X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldif.h;h=e2b8a8e87a973ba90caa167d61a960a4112a8ea6;hb=0240fd969df00e2c05082fb3264f4d0cd4c28665;hp=6a641a21ab39f5ca4b1c4d7c80d85f52080fc06c;hpb=2e4580beaa358299ecb6bc8b920e40dfc373e969;p=openldap diff --git a/include/ldif.h b/include/ldif.h index 6a641a21ab..e2b8a8e87a 100644 --- a/include/ldif.h +++ b/include/ldif.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2012 The OpenLDAP Foundation. + * Copyright 1998-2013 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -105,7 +105,7 @@ ldif_close LDAP_P(( LDIFFP * )); LDAP_LDIF_F( int ) ldif_read_record LDAP_P(( LDIFFP *fp, - int *lineno, + unsigned long *lineno, char **bufp, int *buflen ));