- Fix comment syntax for view function views_find_view.

This commit is contained in:
W.C.A. Wijngaards 2024-04-05 16:11:29 +02:00
parent 708d5229ae
commit ba16e41160
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
5 April 2024: Wouter
- Fix comment syntax for view function views_find_view.
5 April 2024: Yorgos
- Merge #1027: Introduce 'cache-min-negative-ttl' option.

View File

@ -126,7 +126,8 @@ void view_delete(struct view* v);
*/
void views_print(struct views* v);
/* Find a view by name.
/**
* Find a view by name.
* @param vs: views
* @param name: name of the view we are looking for
* @param write: 1 for obtaining write lock on found view, 0 for read lock