X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FGapil.h;h=b83fefd5a0a89c101ac906e20e5e1c6081743375;hb=affaf73ebd2ee75be4a08945d1f8e797128eb398;hp=68fbc24f076f85dace16b5048ea32222ace1643b;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627;p=gapil.git diff --git a/sources/Gapil.h b/sources/Gapil.h index 68fbc24..b83fefd 100644 --- a/sources/Gapil.h +++ b/sources/Gapil.h @@ -138,3 +138,4 @@ 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);