<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / drivers / readclock / forward.h
blob82a11335eb833fec14089bb8057822c451edb85b
1 #ifndef __FORWARD_H
2 #define __FORWARD_H
4 int fwd_set_label(char *label);
5 int fwd_init(void);
6 int fwd_get_time(struct tm *t, int flags);
7 int fwd_set_time(struct tm *t, int flags);
8 int fwd_pwr_off(void);
9 void fwd_exit(void);
11 #endif /* __FORWARD_H */