diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 20:00:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 20:00:53 +0000 |
commit | 2269932dd4c3a3c5ae5e59158c7d17a19fce7f5f (patch) | |
tree | 0edcb3bb5778adef2a6fa1552e2714ffe14d0f6d /usr.sbin/config/config.h | |
parent | f9fe2fe5ac0f4b50d179b5b57a9b7e245bcb4f78 (diff) |
config -e support; ukc from maja@
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r-- | usr.sbin/config/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 30e989ef97d..6544d6822ea 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.12 1997/11/13 08:21:53 deraadt Exp $ */ +/* $OpenBSD: config.h,v 1.13 1999/10/04 20:00:50 deraadt Exp $ */ /* $NetBSD: config.h,v 1.30 1997/02/02 21:12:30 thorpej Exp $ */ /* @@ -386,3 +386,5 @@ struct nvlist *newnv __P((const char *, const char *, void *, int, struct nvlist *)); void nvfree __P((struct nvlist *)); void nvfreel __P((struct nvlist *)); + +int ukc __P((char *, char *, int, int)); |