Fix typo in previous commit.

This commit is contained in:
archie 1999-11-02 22:24:41 +00:00
parent b8313fcc34
commit 628b90e4ea
3 changed files with 3 additions and 3 deletions

View File

@ -382,7 +382,7 @@ static ng_newhook_t ngsr_newhook;
/*static ng_findhook_t ngsr_findhook; */
static ng_connect_t ngsr_connect;
static ng_rcvdata_t ngsr_rcvdata;
static ng_disconnect_t ngsngsrsconnect;
static ng_disconnect_t ngsr_disconnect;
static struct ng_type typestruct = {
NG_VERSION,

View File

@ -382,7 +382,7 @@ static ng_newhook_t ngsr_newhook;
/*static ng_findhook_t ngsr_findhook; */
static ng_connect_t ngsr_connect;
static ng_rcvdata_t ngsr_rcvdata;
static ng_disconnect_t ngsngsrsconnect;
static ng_disconnect_t ngsr_disconnect;
static struct ng_type typestruct = {
NG_VERSION,

View File

@ -382,7 +382,7 @@ static ng_newhook_t ngsr_newhook;
/*static ng_findhook_t ngsr_findhook; */
static ng_connect_t ngsr_connect;
static ng_rcvdata_t ngsr_rcvdata;
static ng_disconnect_t ngsngsrsconnect;
static ng_disconnect_t ngsr_disconnect;
static struct ng_type typestruct = {
NG_VERSION,