mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-25 01:34:38 +03:00
d031a374f9
Fix misc compile-time warnings.
14 lines
313 B
C
14 lines
313 B
C
#ifndef __DMEVENTD_DOT_H__
|
|
#define __DMEVENTD_DOT_H__
|
|
|
|
#define EXIT_LOCKFILE_INUSE 2
|
|
#define EXIT_DESC_CLOSE_FAILURE 3
|
|
#define EXIT_OPEN_PID_FAILURE 4
|
|
#define EXIT_FIFO_FAILURE 5
|
|
#define EXIT_CHDIR_FAILURE 6
|
|
|
|
void dmeventd(void)
|
|
__attribute((noreturn));
|
|
|
|
#endif /* __DMEVENTD_DOT_H__ */
|