* nscd/nscd-client.h: Add a few #includes.
2004-09-08 Ulrich Drepper <drepper@redhat.com>
Jakub Jelinek <jakub@redhat.com>
+ * nscd/nscd-client.h: Add a few #includes.
+
* nscd/Makefile (nscd-modules): Add nscd_setup_thread.
* nscd/connections.c (nscd_run): Call setup_thread for maintenance
threads.
#ifndef _NSCD_CLIENT_H
#define _NSCD_CLIENT_H 1
+#include <stdbool.h>
+#include <stdint.h>
+#include <sys/types.h>
#include <atomic.h>
#include <nscd-types.h>
+
/* Version number of the daemon interface */
#define NSCD_VERSION 2
/* Search the mapped database. */
-extern const struct datahead * __nscd_cache_search (request_type type,
- const char *key,
- size_t keylen,
- const struct mapped_database *mapped);
+extern const struct datahead *__nscd_cache_search (request_type type,
+ const char *key,
+ size_t keylen,
+ const struct mapped_database *mapped);
#endif /* nscd.h */