summaryrefslogtreecommitdiffstats
path: root/nss_client/sss_errno.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-05 11:00:33 -0400
committerSimo Sorce <idra@samba.org>2008-09-05 12:42:36 -0400
commitcced59be44cbc2204314bdf77a35b41b81bf4097 (patch)
tree11f57bc6c6253c236f395def9d4e4e22e90ebc97 /nss_client/sss_errno.h
parent23b61265b85f321ae2ceddc6c75771f8881566d8 (diff)
downloadsssd-cced59be44cbc2204314bdf77a35b41b81bf4097.tar.gz
sssd-cced59be44cbc2204314bdf77a35b41b81bf4097.tar.xz
sssd-cced59be44cbc2204314bdf77a35b41b81bf4097.zip
Initial nss_sss client code import
Diffstat (limited to 'nss_client/sss_errno.h')
-rw-r--r--nss_client/sss_errno.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/nss_client/sss_errno.h b/nss_client/sss_errno.h
new file mode 100644
index 000000000..365263f2f
--- /dev/null
+++ b/nss_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