X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-sql%2Fother.c;h=dc40a0e28d6791f275061f85e49a476a862e401a;hb=f8c0481dd47a78d24a57e9872e8b775a7152b4d2;hp=6cd1943375968d62e5bb97ffc49209f9ee48c1dd;hpb=94d3673dbe25b4b5de62018a82d54126368b0b61;p=openldap diff --git a/servers/slapd/back-sql/other.c b/servers/slapd/back-sql/other.c index 6cd1943375..dc40a0e28d 100644 --- a/servers/slapd/back-sql/other.c +++ b/servers/slapd/back-sql/other.c @@ -1,5 +1,5 @@ /* - * Copyright 1999, Dmitry Kovalev (zmit@mail.ru), All rights reserved. + * Copyright 1999, Dmitry Kovalev , 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 @@ -22,10 +22,12 @@ int backsql_dummy() return 0; } -int backsql_compare(BackendDB *be,Connection *conn,Operation *op, - char *dn,char *ndn,Ava *ava) +int backsql_compare(BackendDB *bd, + Connection *conn, Operation *op, + const char *dn, const char *ndn, + AttributeAssertion *ava ) { - Debug(LDAP_DEBUG_TRACE,"==>backsql_compare()\n",0,0,0); + Debug(LDAP_DEBUG_TRACE,"==>backsql_compare() - not implemented\n",0,0,0); return 0; } @@ -37,4 +39,4 @@ int backsql_abandon( BackendDB *be, return 0; } -#endif /* SLAPD_SQL */ \ No newline at end of file +#endif /* SLAPD_SQL */