user.h 518 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2006-2008 Red Hat, Inc. All rights reserved.
  3. *
  4. * This copyrighted material is made available to anyone wishing to use,
  5. * modify, copy, or redistribute it subject to the terms and conditions
  6. * of the GNU General Public License v.2.
  7. */
  8. #ifndef __USER_DOT_H__
  9. #define __USER_DOT_H__
  10. void dlm_user_add_ast(struct dlm_lkb *lkb, int type, int bastmode);
  11. int dlm_user_init(void);
  12. void dlm_user_exit(void);
  13. int dlm_device_deregister(struct dlm_ls *ls);
  14. int dlm_user_daemon_available(void);
  15. #endif