X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph_list.h;h=517b1b4c67252d507a646f4abcb0945ce208016f;hb=42951ae87738d2d359952459cae55237e6526ee1;hp=9fa1372738c551426b4f9d6d507dc61d66e5d51d;hpb=9e5770370bb085ccfb19f3dd14707542bf1475f1;p=collection4.git diff --git a/graph_list.h b/graph_list.h index 9fa1372..517b1b4 100644 --- a/graph_list.h +++ b/graph_list.h @@ -16,6 +16,5 @@ typedef int (*gl_callback) (const graph_list_t *, void *); int gl_update (void); int gl_foreach (gl_callback callback, void *user_data); - #endif /* GRAPH_LIST_H */ /* vim: set sw=2 sts=2 et fdm=marker : */