X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsiproto.h;h=e8d9ba52d42d14de11373b40d2afa8b7aec27938;hb=4d1f9bf4b14788f957964d93af940e84f8f01601;hp=c59d6266a341019d373f5f066fa40617f4ee20e1;hpb=5861625ff2eaf1bd3a69ce488bd7d14f7b402432;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/si/src/si95/siproto.h b/src/rmr/si/src/si95/siproto.h index c59d626..e8d9ba5 100644 --- a/src/rmr/si/src/si95/siproto.h +++ b/src/rmr/si/src/si95/siproto.h @@ -29,6 +29,8 @@ ----------------------------------------------------------------------------------- */ +#ifndef _si_proto_h +#define _si_proto_h extern void *SInew( int type ); extern char *sigetname( int sid ); @@ -59,3 +61,5 @@ extern void SIterm( struct ginfo_blk* gptr, struct tp_blk *tpptr ); extern void SItrash( int type, void *bp ); extern int SIwait( struct ginfo_blk *gptr ); extern struct ginfo_blk* SIinitialise( int opts ); + +#endif