Beispiel #1
0
void
trig_cicb_interest_add(const char *trig, void *user, enum trig_options opts)
{
	trig_cicb_interest_change(trig, user, +1, opts);
}
Beispiel #2
0
void
trig_cicb_interest_add(const char *trig, struct pkginfo *pkg,
                       struct pkgbin *pkgbin, enum trig_options opts)
{
	trig_cicb_interest_change(trig, pkg, pkgbin, +1, opts);
}
Beispiel #3
0
void
trig_cicb_interest_delete(const char *trig, void *user, enum trig_options opts)
{
	trig_cicb_interest_change(trig, user, -1, opts);
}