zsm

Zen Secure Messaging
git clone https://codeberg.org/night0721/zsm
Log | Files | Refs | README | LICENSE

notification.h (132B)


      1 #ifndef NOTIFICATION_H
      2 #define NOTIFICATION_H 
      3 
      4 #include <libnotify/notify.h>
      5 
      6 void send_notification(const char *content);
      7 
      8 #endif