repl_search.c 576 B

12345678910111213141516171819202122232425
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  3. * Copyright (C) 2005 Red Hat, Inc.
  4. * All rights reserved.
  5. * END COPYRIGHT BLOCK **/
  6. #include "slapi-plugin.h"
  7. #include "repl.h"
  8. /* XXXggood I think we no longer need this - the mapping tree should do it for us */
  9. int
  10. legacy_preop_search( Slapi_PBlock *pb )
  11. {
  12. int return_code = 0;
  13. return return_code;
  14. }
  15. /* XXXggood I think we no longer need this - the mapping tree should do it for us */
  16. int
  17. legacy_pre_entry( Slapi_PBlock *pb )
  18. {
  19. int return_code = 0;
  20. return return_code;
  21. }