/* * System Security Services Daemon. NSS Interface * * Copyright (C) Simo Sorce 2007 * * You can used this header file in any way you see fit provided copyright * notices are preserved. * */ #ifndef _SSSERR_H #define _SSSERR_H #define SSSE_OK 0 #define SSSE_INTERR -10 /* internal error */ #define SSSE_BADDB -11 /* bad database */ #endif