toaruos/userspace/lib/toastd.h

10 lines
135 B
C
Raw Normal View History

2014-04-22 06:46:38 +04:00
#ifndef _TOASTD_H_
#define _TOASTD_H_
typedef struct {
unsigned int ttl;
char strings[];
} notification_t;
#endif /* _TOASTD_H_ */