publish p9dialparse

This commit is contained in:
rsc 2004-06-16 16:45:09 +00:00
parent 0c148046ed
commit e42882dc96
3 changed files with 3 additions and 6 deletions

View file

@ -10,7 +10,6 @@
#undef sun
#define sun sockun
extern int _p9dialparse(char*, char**, char**, u32int*, int*);
int
_p9netfd(char *dir)
@ -50,7 +49,7 @@ p9announce(char *addr, char *dir)
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;
}