diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 11:26:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 11:26:35 +0000 |
commit | 4260a852e052d505e4f248cc768e7866ab27dfa1 (patch) | |
tree | 98ac0351abdb0fc8410d5f1c965d2697e3f12850 /include | |
parent | f0af30c7f6cb35ba81656a2fd0608bc0562287de (diff) |
proto get_myaddress()
Diffstat (limited to 'include')
-rw-r--r-- | include/rpc/rpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 90d9a45bfa8..2664e9ba769 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -89,6 +89,7 @@ extern void setrpcent __P((int)); extern void endrpcent __P((void)); extern int bindresvport __P((int, struct sockaddr_in *)); +extern int get_myaddress __P((struct sockaddr_in *)); __END_DECLS |