diff options
Diffstat (limited to 'nis/rpcsvc/ypupd.h')
-rw-r--r-- | nis/rpcsvc/ypupd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nis/rpcsvc/ypupd.h b/nis/rpcsvc/ypupd.h index dace7824d4..d7ce0d76d0 100644 --- a/nis/rpcsvc/ypupd.h +++ b/nis/rpcsvc/ypupd.h @@ -85,4 +85,6 @@ extern u_int * ypu_delete_1_svc __P ((ypdelete_args *, struct svc_req *)); extern u_int * ypu_store_1 __P ((ypupdate_args *, CLIENT *)); extern u_int * ypu_store_1_svc __P ((ypupdate_args *, struct svc_req *)); +__END_DECLS + #endif /* !__RPCSVC_YPUPD_H__ */ |