mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
f864285b3a
For now, we use the following scheme. For APIs that return an int, success is 0, fail is -1. APIs that return handles, success is non-NULL, fail is NULL. At this early stage, liblvm error handling mechanism is subject to change, but for now we go with this simple scheme consistent with system programming. Author: Dave Wysochanski <dwysocha@redhat.com> |
||
---|---|---|
.. | ||
.exported_symbols | ||
liblvm2app.pc.in | ||
lvm_base.c | ||
lvm_lv.c | ||
lvm_pv.c | ||
lvm_vg.c | ||
lvm.h | ||
Makefile.in |