diff blobstat/globals.c @ 293:23e5b940cb8b

blobstat: mostly complete
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 21 Sep 2019 21:07:45 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blobstat/globals.c	Sat Sep 21 21:07:45 2019 +0000
@@ -0,0 +1,5 @@
+#include <sys/types.h>
+#include "struct.h"
+
+struct category *category_list;
+struct libentry *libentry_list;