foot/notify.h
2020-12-10 18:06:24 +01:00

6 lines
128 B
C

#pragma once
#include "terminal.h"
void notify_notify(
const struct terminal *term, const char *title, const char *body);