#ifdef include file wrapper
This commit is contained in:
parent
44e244dde8
commit
1b1a3ef185
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-08 Robert Larice
|
||||
* src/include/ipcproto.h :
|
||||
#ifdef include file wrapper
|
||||
|
||||
2010-10-08 Robert Larice
|
||||
* src/include/noisedef.h ,
|
||||
* src/spicelib/devices/bjt/bjtnoise.c ,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#ifndef IPCPROTO_H
|
||||
#define IPCPROTO_H
|
||||
|
||||
/* IPC.c */
|
||||
Ipc_Boolean_t kw_match (char *keyword , char *str );
|
||||
|
|
@ -50,3 +52,4 @@ Ipc_Status_t ipc_transport_get_line (char *str , int *len , Ipc_Wait_t wait );
|
|||
Ipc_Status_t ipc_transport_terminate_server (void );
|
||||
Ipc_Status_t ipc_transport_send_line (char *str , int len );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue