summaryrefslogtreecommitdiff
path: root/nscd/nscd.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-05-20 19:31:24 +0000
committerJakub Jelinek <jakub@redhat.com>2008-05-20 19:31:24 +0000
commite96fe50f0dd8d76fabfe139b46f059e3b2373b83 (patch)
tree50833fb9c0c5028eb88000d9dc7aa0e0b56b1747 /nscd/nscd.h
parent21032d9230e840a1f8b89d43e1e8d63ccf7c6eae (diff)
Updated to fedora-glibc-20080520T1924cvs/fedora-glibc-2_8_90-4
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r--nscd/nscd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h
index b024017fd4..b07256de80 100644
--- a/nscd/nscd.h
+++ b/nscd/nscd.h
@@ -231,7 +231,8 @@ extern struct datahead *cache_search (request_type, void *key, size_t len,
uid_t owner);
extern int cache_add (int type, const void *key, size_t len,
struct datahead *packet, bool first,
- struct database_dyn *table, uid_t owner);
+ struct database_dyn *table, uid_t owner,
+ bool prune_wakeup);
extern time_t prune_cache (struct database_dyn *table, time_t now, int fd);
/* pwdcache.c */