diff options
-rw-r--r-- | sss_client/sss_errno.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sss_client/sss_errno.h b/sss_client/sss_errno.h deleted file mode 100644 index 365263f2..00000000 --- a/sss_client/sss_errno.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * 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 |