mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
60274aba6e
link some globals that the tools need into that structure.
17 lines
260 B
C
17 lines
260 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 EINVALID_CMD_LINE 1
|
|
#define ENO_SUCH_CMD 3
|
|
#define ECMD_PROCESSED 4
|
|
#define ECMD_FAILED 5
|
|
|
|
#endif
|
|
|