X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FGapil.h;fp=sources%2FGapil.h;h=5647368ece3f3c9ebc971e04da25e6c51627863b;hp=c6cbfea4d91b4294968e2f9a143cbc8caa816f05;hb=8654ce33b450ae7bb34c3907835000a0760c2931;hpb=88d8a251947f948094d35de596feaf49e975f91b diff --git a/sources/Gapil.h b/sources/Gapil.h index c6cbfea..5647368 100644 --- a/sources/Gapil.h +++ b/sources/Gapil.h @@ -122,6 +122,12 @@ void * CreateShm(char * shm_name, off_t shm_size, int perm, int fill); void * FindShm(char * shm_name, off_t shm_size); /* Function RemoveShm: remove a POSIX shared memory */ int RemoveShm(char * shm_name); +/* + * Socket creation functions. See corresponding .c + */ +int sockconn(char *host, char *serv, int prot, int type); +int sockbind(char *host, char *serv, int prot, int type); + /* * General purpose functions. See corresponding .c */