foot/notify.h

7 lines
128 B
C
Raw Normal View History

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