diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -361,10 +361,10 @@ callback_list_str_xpush_old_suggests(char *s, int slen, const char *name, rpmsen } struct cb_overlap_s { - char *name; rpmsenseFlags flags; - char *evr; int direction; /* indicate to compare the above at left or right to the iteration element */ + char *name; + char *evr; }; static int |