diff options
author | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-05-02 08:53:35 +0000 |
---|---|---|
committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-05-02 08:53:35 +0000 |
commit | 3c4f8772fdfeafdbbaba04a5b56f7e79b9f139b3 (patch) | |
tree | 6e7d7d4aaf981b673bc92b5d1c369ab51cac4670 /usr.sbin/i4b/isdnd/isdnd.h | |
parent | f045f3077f62129f98e3605752224c624a884a08 (diff) | |
download | src-3c4f8772fdfeafdbbaba04a5b56f7e79b9f139b3.tar.gz src-3c4f8772fdfeafdbbaba04a5b56f7e79b9f139b3.zip |
Notes
Diffstat (limited to 'usr.sbin/i4b/isdnd/isdnd.h')
-rw-r--r-- | usr.sbin/i4b/isdnd/isdnd.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h index 627744af09b5..64abbd96149f 100644 --- a/usr.sbin/i4b/isdnd/isdnd.h +++ b/usr.sbin/i4b/isdnd/isdnd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,11 +27,9 @@ * i4b daemon - main header file * ----------------------------- * - * $Id: isdnd.h,v 1.82 2000/10/09 11:17:07 hm Exp $ - * * $FreeBSD$ * - * last edit-date: [Wed Oct 4 14:11:46 2000] + * last edit-date: [Wed May 2 09:34:44 2001] * *---------------------------------------------------------------------------*/ @@ -103,6 +101,7 @@ #define DL_CNST 0x0100 /* messages related to controller state */ #define DL_RCCF 0x0200 /* messages related to isdnd.rc at boot */ #define DL_BDGT 0x0400 /* messages related to budgets */ +#define DL_VALID 0x0800 /* messages related to valid keyword */ #ifdef DEBUG #define DBGL(cond, dolog) if(cond & debug_flags) dolog |