diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:16:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:16:59 +0000 |
commit | 67fb342b086501f95fdadb3cf69ff9abb7a714e7 (patch) | |
tree | accf534064acd6e76fa8e45a6252fbeb52f5593c /include/rpc/pmap_clnt.h | |
parent | 6c7a9c98a3331b4dc2044ca1ba232e05926b1aae (diff) |
Makeheader files be more like GNU
Diffstat (limited to 'include/rpc/pmap_clnt.h')
-rw-r--r-- | include/rpc/pmap_clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index a36f7b72f..d9800d400 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -45,7 +45,7 @@ __BEGIN_DECLS -typedef bool_t (*resultproc_t) __P ((caddr_t resp, +typedef bool_t (*resultproc_t) __PMT ((caddr_t resp, struct sockaddr_in *raddr)); /* |