]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Sep 2004 19:49:17 +0000 (19:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Sep 2004 19:49:17 +0000 (19:49 +0000)
* nscd/nscd-client.h: Add a few #includes.

ChangeLog
nscd/nscd-client.h

index 6c38cb3cfe331d1b3d511158e6630bdfb8cfd3b0..c2875b72c462077eaa336ede867ad21906f50da7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 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.
index 7cdeba54859bd07c85030fb6761f77391527499b..953610adc1cd7e51f3b9bf9b9189362d78adfbd5 100644 (file)
 #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
 
@@ -257,9 +261,9 @@ static inline int __nscd_drop_map_ref (struct mapped_database *map,
 
 
 /* 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 */