toaruos/userspace/lib/toastd.h
2014-04-21 19:46:38 -07:00

10 lines
135 B
C

#ifndef _TOASTD_H_
#define _TOASTD_H_
typedef struct {
unsigned int ttl;
char strings[];
} notification_t;
#endif /* _TOASTD_H_ */