zsm/include/notification.h

10 lines
166 B
C
Raw Normal View History

2024-04-30 18:17:17 +02:00
#ifndef NOTIFICATION_H
#define NOTIFICATION_H
#include <stdint.h>
2024-04-30 18:17:17 +02:00
#include <libnotify/notify.h>
void send_notification(uint8_t *author, uint8_t *content);
2024-04-30 18:17:17 +02:00
#endif