From e6929edb6af89a954f07b755f0f26ac127339962 Mon Sep 17 00:00:00 2001 From: Dossy Shiobara Date: Tue, 16 Nov 2010 16:13:51 -0500 Subject: [PATCH] Fix comment for Ns_FilterList(). Thanks to evilotto on IRC for pointing this out. --- nsd/filter.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nsd/filter.c b/nsd/filter.c index 81ee545..a274e32 100644 --- a/nsd/filter.c +++ b/nsd/filter.c @@ -107,16 +107,16 @@ Ns_RegisterFilter(char *server, char *method, char *url, /* *---------------------------------------------------------------------- - * Ns_RegisterFilter -- * - * Register a filter function to handle a method/URL combination. + * Ns_FilterList -- + * + * Enumerate all registered filters for a server. * * Results: - * Returns a pointer to an opaque object that contains the filter - * information. + * None. * * Side effects: - * None. + * Tcl list of filters in dstring. * *---------------------------------------------------------------------- */