zsm/include/zen/notification.h
2024-09-25 22:31:10 +01:00

9 lines
166 B
C

#ifndef NOTIFICATION_H
#define NOTIFICATION_H
#include <stdint.h>
#include <libnotify/notify.h>
void send_notification(uint8_t *author, uint8_t *content);
#endif