From d9adb537e30b569d61da604c1923eac77cc214c2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Sep 1999 00:14:08 +0000 Subject: [PATCH] Add INVALIDATE to request_type. --- nscd/nscd-client.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index 0c52f91c360..33c4845aee5 100644 --- a/nscd/nscd-client.h +++ b/nscd/nscd-client.h @@ -1,6 +1,6 @@ -/* Copyright (c) 1998 Free Software Foundation, Inc. +/* Copyright (c) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. + Contributed by Thorsten Kukuk , 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -50,7 +50,8 @@ typedef enum LASTDBREQ = GETHOSTBYADDRv6, SHUTDOWN, /* Shut the server down. */ GETSTAT, /* Get the server statistic. */ - LASTREQ, + INVALIDATE, /* Invalidate one special cache. */ + LASTREQ } request_type; -- 2.47.2