X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FGapil.h;h=68fbc24f076f85dace16b5048ea32222ace1643b;hp=e82e825fa22ce7b815ac8c99facefa24eade3149;hb=2fcfdcb7ec5f5fdacbdeaff72961f1c35d0858dd;hpb=ff8c324d1cdb252eebc1ad3c419bca5b7ac940f3 diff --git a/sources/Gapil.h b/sources/Gapil.h index e82e825..68fbc24 100644 --- a/sources/Gapil.h +++ b/sources/Gapil.h @@ -132,7 +132,7 @@ 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