#ifdef include file wrapper

This commit is contained in:
rlar 2010-10-08 18:18:52 +00:00
parent 44e244dde8
commit 1b1a3ef185
2 changed files with 7 additions and 0 deletions

View File

@ -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 ,

View File

@ -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