Document the DynamicLookupCommand option.
[radsecproxy.git] / list.c
diff --git a/list.c b/list.c
index 5bfea67..58ab7aa 100644 (file)
--- a/list.c
+++ b/list.c
@@ -117,3 +117,7 @@ struct list_node *list_next(struct list_node *node) {
 uint32_t list_count(struct list *list) {
     return list->count;
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */