mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
6 lines
128 B
C
6 lines
128 B
C
#pragma once
|
|
|
|
#include "terminal.h"
|
|
|
|
void notify_notify(
|
|
const struct terminal *term, const char *title, const char *body);
|