summaryrefslogtreecommitdiffstats
path: root/sss_client/sss_errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'sss_client/sss_errno.h')
-rw-r--r--sss_client/sss_errno.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sss_client/sss_errno.h b/sss_client/sss_errno.h
new file mode 100644
index 000000000..365263f2f
--- /dev/null
+++ b/sss_client/sss_errno.h
@@ -0,0 +1,18 @@
+/*
+ * 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