Mercurial > trustbridge
view common/errorcodes.h @ 61:b8cd573bd3ac
Fix check for malloc result, found by cppcheck.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 14:05:17 +0100 |
parents | 6acb1dae6185 |
children | fb9f78f7ab2f |
line wrap: on
line source
#ifndef ERRORCODES_H #define ERRORCODES_H /* No begin certificate / end certificate could be found */ #define ERR_INVALID_INPUT_NO_LIST 2 /* Too much input for the installer process */ #define ERR_TOO_MUCH_INPUT 3 #endif