swappy/include/notification.h
2019-11-24 11:37:49 -05:00

6 lines
108 B
C

#ifndef _NOTIFICATION_H
#define _NOTIFICATION_H
void notification_send(char *title, char *message);
#endif