X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FGapil.h;fp=sources%2FGapil.h;h=68fbc24f076f85dace16b5048ea32222ace1643b;hp=e82e825fa22ce7b815ac8c99facefa24eade3149;hb=847a6cd39fe3d885ececc0658dfa5a4862534627;hpb=3ad06e8129067dccfa3fad74e7cf6c051231d150 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