diff ueda/sverp-bind/struct.h @ 31:61272ee5aadc

unet-bind: implemented -a option for specifying wanted attributes
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 08 Aug 2015 21:44:10 +0000
parents 65a515c20db8
children ce887659d12e
line wrap: on
line diff
--- a/ueda/sverp-bind/struct.h	Sat Aug 08 21:23:19 2015 +0000
+++ b/ueda/sverp-bind/struct.h	Sat Aug 08 21:44:10 2015 +0000
@@ -25,3 +25,8 @@
 	char	*nc_comment;
 	int	input_lineno;
 };
+
+struct wantattr {
+	char	*name;
+	struct	wantattr *next;
+};