X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsrchpref.h;h=13995d14bbbe2a4946b6c5aa68a67bb1e657efce;hb=dc07e765f263ef459dcd2afd1ece01cfc85a0edd;hp=6b26b06d41e054ce34dc7ae149c4e62cbad845d4;hpb=2a869f5a99f537b246ba8640502e2a86117cb6e8;p=openldap diff --git a/include/srchpref.h b/include/srchpref.h index 6b26b06d41..13995d14bb 100644 --- a/include/srchpref.h +++ b/include/srchpref.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted only + * as authorized by the OpenLDAP Public License. A copy of this + * license is available at http://www.OpenLDAP.org/license.html or + * in file LICENSE in the top-level directory of the distribution. + */ +/* Portions * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. * @@ -70,22 +79,22 @@ struct ldap_searchobj { #define LDAP_SEARCHPREF_ERR_FILE 4 -LDAP_F int +LDAP_F( int ) ldap_init_searchprefs LDAP_P(( char *file, struct ldap_searchobj **solistp )); -LDAP_F int +LDAP_F( int ) ldap_init_searchprefs_buf LDAP_P(( char *buf, long buflen, struct ldap_searchobj **solistp )); -LDAP_F void +LDAP_F( void ) ldap_free_searchprefs LDAP_P(( struct ldap_searchobj *solist )); -LDAP_F struct ldap_searchobj * +LDAP_F( struct ldap_searchobj * ) ldap_first_searchobj LDAP_P(( struct ldap_searchobj *solist )); -LDAP_F struct ldap_searchobj * +LDAP_F( struct ldap_searchobj * ) ldap_next_searchobj LDAP_P(( struct ldap_searchobj *sollist, struct ldap_searchobj *so ));