commit | e42882dc96325652ff553838e560e6901b5d7977 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Wed Jun 16 16:45:09 2004 +0000 |
committer | rsc <devnull@localhost> | Wed Jun 16 16:45:09 2004 +0000 |
tree | c66d2b58695f6e2ee9e23dc177b481fbc4f650e6 | |
parent | 0c148046ed2d597f9eca97e03c8a0592016c8c10 [diff] [blame] |
publish p9dialparse
diff --git a/src/lib9/dial.c b/src/lib9/dial.c index 99d3799..732cbb6 100644 --- a/src/lib9/dial.c +++ b/src/lib9/dial.c
@@ -16,8 +16,6 @@ #include <sys/un.h> #include <netdb.h> - -extern int _p9dialparse(char*, char**, char**, u32int*, int*); #undef unix int @@ -41,7 +39,7 @@ if(buf == nil) return -1; - if(_p9dialparse(buf, &net, &unix, &host, &port) < 0){ + if(p9dialparse(buf, &net, &unix, &host, &port) < 0){ free(buf); return -1; }