copy from misc directory
This commit is contained in:
parent
22c389a767
commit
3326babf00
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lvm-globals.h,v 1.1.1.2 2009/02/18 11:16:46 haad Exp $ */
|
||||
/* $NetBSD: lvm-globals.h,v 1.2 2011/05/15 01:13:29 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
|
||||
|
@ -21,6 +21,11 @@
|
|||
#define VERBOSE_BASE_LEVEL _LOG_WARN
|
||||
#define SECURITY_LEVEL 0
|
||||
|
||||
#ifdef __NetBSD__
|
||||
void init_operator(int operator);
|
||||
int is_operator(void);
|
||||
#endif
|
||||
|
||||
void init_verbose(int level);
|
||||
void init_test(int level);
|
||||
void init_md_filtering(int level);
|
||||
|
|
Loading…
Reference in New Issue