X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blobdiff_plain;f=include%2Fpnd_discovery.h;h=2d108896e78e7f1e8d672d20b917826b412e4a96;hp=00c93dbb818b5627ab77b5675d5bc075680af7e3;hb=36c5d5aeb4b03ca5b03ea0f6518c381dd428c5ba;hpb=fbe6b2fab92cc1897014b23c8a645e80c2531142 diff --git a/include/pnd_discovery.h b/include/pnd_discovery.h index 00c93db..2d10889 100644 --- a/include/pnd_discovery.h +++ b/include/pnd_discovery.h @@ -89,6 +89,17 @@ typedef struct { char *package_version_minor; char *package_version_release; char *package_version_build; + // why are we not using typedef'd arrays here? :/ in the name of consistency with + // existing above, lets just copy from pxml and use a list of [123] members.. + char *associationitem1_name; + char *associationitem1_filetype; + char *associationitem1_parameter; + char *associationitem2_name; + char *associationitem2_filetype; + char *associationitem2_parameter; + char *associationitem3_name; + char *associationitem3_filetype; + char *associationitem3_parameter; } pnd_disco_t; void pnd_disco_destroy ( pnd_disco_t *p ); // a function name that simply could not be avoided