X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fattribute.c;h=a8c7211595c9e97e49cb7d6877f022763e612e8e;hb=fcdf0ec203524819d926c57c9aa4d2fb6a268ca1;hp=973bdc9e98e4ae59afcefd8b44c549ae0a19bce6;hpb=8445ab65087e37b1aadd1bb20f9a3b5b6625b3cf;p=lttv.git diff --git a/ltt/branches/poly/lttv/attribute.c b/ltt/branches/poly/lttv/attribute.c index 973bdc9e..a8c72115 100644 --- a/ltt/branches/poly/lttv/attribute.c +++ b/ltt/branches/poly/lttv/attribute.c @@ -1,4 +1,4 @@ -#include "attribute.h" +#include inline lttv_string_id lttv_string_id_from_string(const char *s) { return g_quark_from_string(s); @@ -311,7 +311,6 @@ int lttv_key_compare_priority(lttv_key *a, lttv_key *b, void *compare_data) return 0; } - typedef struct _select_data { lttv_attributes *a; lttv_key *k;