cb_temp.c 418 B

123456789101112131415
  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 "cb.h"
  7. /*
  8. ** Temp wrappers until the appropriate functions
  9. ** are implemented in the slapi interface
  10. */
  11. cb_backend_instance * cb_get_instance(Slapi_Backend * be) {
  12. return (cb_backend_instance *)slapi_be_get_instance_info(be);
  13. }