X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FGapil.h;h=c6cbfea4d91b4294968e2f9a143cbc8caa816f05;hp=0db517d6a712fc4fd1207c067bb5223a88fa016e;hb=684f52a149bb07baec157b7f203af37444a708a1;hpb=17f2a5e09bfbb9bd8b897de4fbf701fd1dc4e861 diff --git a/sources/Gapil.h b/sources/Gapil.h index 0db517d..c6cbfea 100644 --- a/sources/Gapil.h +++ b/sources/Gapil.h @@ -23,7 +23,7 @@ * * Author: S. Piccardi * - * $Id: Gapil.h,v 1.11 2003/05/06 11:29:16 piccardi Exp $ + * $Id: Gapil.h,v 1.12 2003/08/16 18:30:21 piccardi Exp $ * *****************************************************************************/ #include /* IPC semaphore declarations */ @@ -122,3 +122,7 @@ 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); +/* + * General purpose functions. See corresponding .c + */ +int endian(void);