summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'list.h')
-rw-r--r--list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/list.h b/list.h
index 6b165d3..80c0128 100644
--- 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: */