Always distribute radsecproxy-hash.1.
[libradsec.git] / list.h
diff --git a/list.h b/list.h
index 6b165d3..80c0128 100644 (file)
--- a/list.h
+++ b/list.h
@@ -45,3 +45,7 @@ struct list_node *list_next(struct list_node *node);
 
 /* returns number of nodes */
 uint32_t list_count(struct list *list);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */