X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fparam_list%2Fparam_list.h;h=cecbd027160b121a7bd3f4cebb6748d93aec5124;hb=ca9ddb09f42fdc66c080afff8c113bb263f51aeb;hp=89ef400110f2804e800e37be78f692318b42b267;hpb=e4e0bfd13106a562c4ef5be1c3129ccf6bb97bd0;p=petitboot diff --git a/lib/param_list/param_list.h b/lib/param_list/param_list.h index 89ef400..cecbd02 100644 --- a/lib/param_list/param_list.h +++ b/lib/param_list/param_list.h @@ -5,6 +5,7 @@ #include +/* struct param - Name/value pairs of zero terminated strings. */ struct param { char *name; char *value;