summaryrefslogtreecommitdiff
path: root/include/rpc/auth.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-15 13:16:59 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-15 13:16:59 +0000
commit67fb342b086501f95fdadb3cf69ff9abb7a714e7 (patch)
treeaccf534064acd6e76fa8e45a6252fbeb52f5593c /include/rpc/auth.h
parent6c7a9c98a3331b4dc2044ca1ba232e05926b1aae (diff)
Makeheader files be more like GNU
Diffstat (limited to 'include/rpc/auth.h')
-rw-r--r--include/rpc/auth.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 35f30e4a3..e0e1e5f67 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -97,12 +97,12 @@ struct AUTH {
struct opaque_auth ah_verf;
union des_block ah_key;
struct auth_ops {
- void (*ah_nextverf) __P ((AUTH *));
- int (*ah_marshal) __P ((AUTH *, XDR *)); /* nextverf & serialize */
- int (*ah_validate) __P ((AUTH *, struct opaque_auth *));
+ void (*ah_nextverf) __PMT ((AUTH *));
+ int (*ah_marshal) __PMT ((AUTH *, XDR *)); /* nextverf & serialize */
+ int (*ah_validate) __PMT ((AUTH *, struct opaque_auth *));
/* validate verifier */
- int (*ah_refresh) __P ((AUTH *)); /* refresh credentials */
- void (*ah_destroy) __P ((AUTH *)); /* destroy this structure */
+ int (*ah_refresh) __PMT ((AUTH *)); /* refresh credentials */
+ void (*ah_destroy) __PMT ((AUTH *)); /* destroy this structure */
} *ah_ops;
caddr_t ah_private;
};