diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-07-08 13:44:15 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-07-08 13:44:15 +0200 |
commit | a4058de51793b7b866ad9b9f52001bb34ca57e8b (patch) | |
tree | 35c55d50cea6e77c23bf63472ad95f755846c145 /src/ipcpd/shim-udp/main.c | |
parent | 00dba20de7462c07866d321597697456a0ae8555 (diff) | |
parent | f224dbb901842b021e231e4f3d7c42e62babcdb3 (diff) | |
download | ouroboros-a4058de51793b7b866ad9b9f52001bb34ca57e8b.tar.gz ouroboros-a4058de51793b7b866ad9b9f52001bb34ca57e8b.zip |
Merged in dstaesse/ouroboros/be-ops (pull request #167)
ipcpd: Deprecate ipcp_reg/ipcp_unreg
Diffstat (limited to 'src/ipcpd/shim-udp/main.c')
-rw-r--r-- | src/ipcpd/shim-udp/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c index ddf4e80e..1b0bec07 100644 --- a/src/ipcpd/shim-udp/main.c +++ b/src/ipcpd/shim-udp/main.c @@ -1539,8 +1539,6 @@ static struct ipcp * ipcp_udp_create() ops->ipcp_bootstrap = ipcp_udp_bootstrap; ops->ipcp_enroll = NULL; /* shim */ - ops->ipcp_reg = NULL; /* shim */ - ops->ipcp_unreg = NULL; /* shim */ ops->ipcp_name_reg = ipcp_udp_name_reg; ops->ipcp_name_unreg = ipcp_udp_name_unreg; ops->ipcp_flow_alloc = ipcp_udp_flow_alloc; |