X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FGapil.h;h=b83fefd5a0a89c101ac906e20e5e1c6081743375;hb=eba75c4aaf390ff55ad6697ab80d4c1512ea2f39;hp=e82e825fa22ce7b815ac8c99facefa24eade3149;hpb=ff8c324d1cdb252eebc1ad3c419bca5b7ac940f3;p=gapil.git diff --git a/sources/Gapil.h b/sources/Gapil.h index e82e825..b83fefd 100644 --- a/sources/Gapil.h +++ b/sources/Gapil.h @@ -132,9 +132,10 @@ int RemoveShm(char * shm_name); */ int sockconn(char *host, char *serv, int prot, int type); int sockbind(char *host, char *serv, int prot, int type); -int sockbind2(char *host, char *serv, int prot, int type); +int sockbindopt(char *host, char *serv, int prot, int type, int reuse); /* * General purpose functions. See corresponding .c */ int endian(void); +int is_closing(int sock);