pgo: add notify_close() stub

This commit is contained in:
Daniel Eklöf 2024-07-25 19:31:27 +02:00
parent c4d9f8a8ff
commit 8f16fe54d3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -157,6 +157,11 @@ notify_notify(struct terminal *term, struct notification *notif)
return true;
}
void
notify_close(struct terminal *term, const char *id)
{
}
void
notify_free(struct terminal *term, struct notification *notif)
{