diff options
author | rahul | 2019-10-15 16:46:04 +0530 |
---|---|---|
committer | rahul | 2019-10-15 16:46:04 +0530 |
commit | 0b2a123b6ea6c3d09fae9fb054849432373794cf (patch) | |
tree | 938eb463ee3dbea8ef05aa2335cd3a5fba6a9ccd /src/ghdlserver/ghdlserver.h | |
parent | dcb50fb8966c62529585c87335806fb0f70b706a (diff) | |
download | nghdl-0b2a123b6ea6c3d09fae9fb054849432373794cf.tar.gz nghdl-0b2a123b6ea6c3d09fae9fb054849432373794cf.tar.bz2 nghdl-0b2a123b6ea6c3d09fae9fb054849432373794cf.zip |
blocking socket
Diffstat (limited to 'src/ghdlserver/ghdlserver.h')
-rw-r--r-- | src/ghdlserver/ghdlserver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ghdlserver/ghdlserver.h b/src/ghdlserver/ghdlserver.h index 082a1af..9f23f0b 100644 --- a/src/ghdlserver/ghdlserver.h +++ b/src/ghdlserver/ghdlserver.h @@ -22,7 +22,6 @@ int DEFAULT_SERVER_PORT; //Vhpi Functions. void Vhpi_Initialize(int sock_port, char sock_ip[]); /* 26.Sept.2019 - RP */ -void Vhpi_Close(); void Vhpi_Exit(); void Vhpi_Listen(); void Vhpi_Send(); |