summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/common/ypdb.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-15 06:10:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-15 06:10:47 +0000
commit922441d1f8a1fee372fbabd2bc2847427c615021 (patch)
treed238dad6c670df972d60933dbd365b716ada61ec /usr.sbin/ypserv/common/ypdb.h
parentd87819fc35744dfcf59693c3497e2bbca6c7f933 (diff)
protos and repairs
Diffstat (limited to 'usr.sbin/ypserv/common/ypdb.h')
-rw-r--r--usr.sbin/ypserv/common/ypdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/common/ypdb.h b/usr.sbin/ypserv/common/ypdb.h
index ece6ed3f90e..c38935c93b2 100644
--- a/usr.sbin/ypserv/common/ypdb.h
+++ b/usr.sbin/ypserv/common/ypdb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypdb.h,v 1.8 2003/06/04 16:08:08 deraadt Exp $ */
+/* $OpenBSD: ypdb.h,v 1.9 2003/07/15 06:10:46 deraadt Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -68,6 +68,7 @@ datum ypdb_setkey(DBM *, datum);
DBM *ypdb_open(const char *, int, int);
DBM *ypdb_open_suf(const char *, int, int);
int ypdb_store(DBM *, datum, datum, int);
+
__END_DECLS
#endif /* !_YPDB_H_ */