socket_un.h 465 Bytes
#ifndef SCOT_SOCKET_UN_H
#define SCOT_SOCKET_UN_H

extern const char * scot_socket_errmsg[];


struct scot_socket * scot_socket_un_new      (const char*);
struct scot_socket * scot_socket_un_accept   (const struct scot_socket*);
void                 scot_socket_un_prep_con (const struct scot_socket *, 
                                              const char *);

const char * scot_socket_un_get_path         (struct scot_socket*);

#endif /* SCOT_SOCKET_UN_H */