Skip to content

Commit

Permalink
Fix comment for Ns_FilterList().
Browse files Browse the repository at this point in the history
Thanks to evilotto on IRC for pointing this out.
  • Loading branch information
dossy committed Nov 16, 2010
1 parent 5ea2ab5 commit e6929ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nsd/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*----------------------------------------------------------------------
*/
Expand Down

0 comments on commit e6929ed

Please sign in to comment.