mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
16 lines
259 B
C
16 lines
259 B
C
/*
|
|
* Copyright (C) 2001 Sistina Software (UK) Limited.
|
|
*
|
|
* This file is released under the LGPL.
|
|
*/
|
|
|
|
#ifndef _LVM_ERRORS_H
|
|
#define _LVM_ERRORS_H
|
|
|
|
#define ECMD_PROCESSED 1
|
|
#define ENO_SUCH_CMD 2
|
|
#define EINVALID_CMD_LINE 3
|
|
#define ECMD_FAILED 5
|
|
|
|
#endif
|