aboutsummaryrefslogtreecommitdiff
path: root/nscd/nscd_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/nscd_proto.h')
-rw-r--r--nscd/nscd_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nscd/nscd_proto.h b/nscd/nscd_proto.h
index b0ee03cd84..eb685a5eb0 100644
--- a/nscd/nscd_proto.h
+++ b/nscd/nscd_proto.h
@@ -27,6 +27,10 @@
/* Interval in which we transfer retry to contact the NSCD. */
#define NSS_NSCD_RETRY 100
+/* Type needed in the interfaces. */
+struct nscd_ai_result;
+
+
/* Variables for communication between NSCD handler functions and NSS. */
extern int __nss_not_use_nscd_passwd attribute_hidden;
extern int __nss_not_use_nscd_group attribute_hidden;